Good day!I have two certificates installed in the keystore my Jetty (v.
9.3.2) is using. How to ensure that SNI is enabled? In my case what I see in
the browser that the web page with the first certificate is displayed as a
secure connection and the second page says that the connection is insecure.
But looking at the source code of the SslContextFactory the _certHosts Map
should accumulate the 2 aliases I have in my keystore and thus the condition
whether that map is not empty should be true.I mean is there a specific
setting in the jetty-ssl-context.xml I should provide to make sure that two
urls (hostnames) shall map the the two aliases in the keystore to use a
specific certificate.



--
View this message in context: 
http://jetty.4.x6.nabble.com/Jetty-SNI-Where-s-ExtendedSslContextFactory-tp4964355p4966859.html
Sent from the Jetty User mailing list archive at Nabble.com.
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to