Re: [jetty-users] Jetty 9.4.44, Java 11 and own Keystore in SslContextFactory$Server lead to SSL_ERROR_INTERNAL_ERROR_ALERT

2022-02-28 Thread Lothar Kimmeringer
Am 28.02.2022 um 19:22 schrieb Brian Reichert: On Mon, Feb 28, 2022 at 05:01:23PM +0100, Lothar Kimmeringer wrote: I've got a HSM with a certificate and private key that I pass as a KeyStore to an SslContextFactory: I'm arm-waving here; Java 11's security engine might be constraining

Re: [jetty-users] Jetty 9.4.44, Java 11 and own Keystore in SslContextFactory$Server lead to SSL_ERROR_INTERNAL_ERROR_ALERT

2022-02-28 Thread Brian Reichert
On Mon, Feb 28, 2022 at 05:01:23PM +0100, Lothar Kimmeringer wrote: > Hi, > > I've got a HSM with a certificate and private key that I pass as > a KeyStore to an SslContextFactory: I'm arm-waving here; Java 11's security engine might be constraining cipher suites differently than Java 8, and

[jetty-users] Jetty 9.4.44, Java 11 and own Keystore in SslContextFactory$Server lead to SSL_ERROR_INTERNAL_ERROR_ALERT

2022-02-28 Thread Lothar Kimmeringer
Hi, I've got a HSM with a certificate and private key that I pass as a KeyStore to an SslContextFactory: testks testhsmcert [...] The passed KeyStore is a PKCS11-keystore (in this particular case an OpenSC-based one

Re: [jetty-users] Can't edit files, locked by server

2022-02-28 Thread John English
I found the solution: the servlet mapping for the default servlet was missing from web.xml. Adding the following fixed the problem: default / -- John English -- This email has been checked for viruses by AVG. https://www.avg.com ___