Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Enforcing SNI

Hello all,

I am using Jetty as my HTTPS front-end and have a keystore containing multiple certificates which are selected via Jetty SNI support. But when a request without proper SNI info arrives Jetty presents a sort-of random certificate. Is there a way to prevent this and just have the request fail instead?

Thanks in advance,

Silvio


Back to the top