Skip to content
Advertisement

Tag: embedded-jetty

How to enable certificate_authorities extension in Jetty with TLS 1.3

I recently updated my Jetty server (11.0.1) to TLS 1.3 (jre 11.0.9.1).The server do not send trusted certificate_authorities anymore in the CertificateRequest phase (client certificate authentication is required). Consequently, in the prompt window, the browsers do not filter the clients certificates delivered by the CA trusted by the server. How can i enable certificate_authorities extension on my jetty server in

Spark-Java framework, Jetty and JSP files

Go easy please, I’m rather new to the whole web development thing and I’m a little perplexed. I have the Spark framework installed from Maven, which has Jetty as its underlying web/application server, correct? Jetty is embedded in the Spark jar so I can’t/shouldn’t mess with it. Is that correct so far? I read that Spark’s embedded Jetty should support

Advertisement