Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 10 SSL Problem

Im not using dry-run but the JVM does get forked.

im just starting jetty through shell atm like this:

java -jar /opt/jetty/start.jar

Mit freundlichen Grüßen/Best Regards
Timo Brunn

Website: timo-brunn.de
Um ihre Echtheit zu bestätigen, wurde diese E-Mail digital signiert.
To prove its authenticity, this E-Mail has been digitally signed.
On 28/06/2023 19:22, Cantor, Scott wrote:
It's pretty likely that your startup approach is mucking with the password. From my own experience, using --dry-run for example botched the "escaping" of the settings that get extracted and passed to the new process command as of a recent 10.x patch, something I raised in github.

I don't know that you're using --dry-run, but given that you may be, that's a possible cause.

I had to run the command line through sed to strip the escaping back out.

-- Scott


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top