Skip to main content

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

Do I need to do anything special to enable SNI? (jetty-9.3.1.v20150714)

I have a keystore containing certificates for www.x.com and www.y.com. I launch Jetty and can surf to www.x.com just fine, but if I try to hit www.y.com, Firefox complains about a certificate mismatch because the SSL certificate that actually gets served is for www.x.com. That's what appears to be happening, anyhow.

Judging by the logs, Jetty sees both certificates. So I'm confused as to why it's only serving one of them.

Thanks

--
Lobos Studios - Website and Mobile App Design & Development; IT Support; Computer Maintenance
Toll Free  877.919.4WEB - Apple Valley 760.684.8859 - Los Angeles 310.945.2410 - Cleveland 216.242.4010
www.LobosStudios.com * www.facebook.com/LobosStudios * @LobosStudios


Back to the top