Top "Sni" questions

Server Name Indication, essential TLS extension for virtual hosting

How to enable SNI in HTTP request using Apache HTTPComponents HttpClient?

I am trying to figure out how to send a successful HTTP GET request to a server requiring SNI. I …

apache-httpclient-4.x sni
SNI client-side mystery using Java8

I have an Apache web server that runs several TLS virtualhosts with different certs and SNI. I can access the …

java ssl sni
How to simulate non-SNI browsers (without SNI support)?

I'm setting up Apache with several distinct SSL certificates for different domains that reside on the same server (and thus …

ssl client sni
Apache SNI: multiple SSL certificates on one IP address

Today I'm trying to configure Apache to run two domains each with their own SSL certificate. From what I have …

apache ssl sni
HowTo setup Tomcat serving two SSL Certificates using SNI?

According to these two answers [1] [2] it's possible to have two SSL certificates serving from the same Apache Tomcat using Server …

tomcat ssl ssl-certificate sni
SSLProtocolException: handshake alert: unrecognized_name: client-side code workaround?

In a custom HTTP client retrieving XML data, I'm getting the unrecognized_name error. The answers to similar questions unfortunately …

java apache-httpclient-4.x sni
Testing if a URL requires SNI

I have a site which is served over HTTPS, but which iTunes can't find. My suspicion is that it's related …

ssl sni
IE on XP does not support SNI to permit multiple certificates for single server

I've been searching for a few hours to find a solution to my question/problem and whilst I believe that …

apache internet-explorer https sni
What is the most efficient code to detect and redirect SNI supported browsers?

Say, I have a website mywebsite.com, hosted using Apache Httpd. Now what I want is that whenever any user …

.htaccess ssl sni
nginx using wrong ssl certificate

I have nginx set to serve several sites using subdomains. I set the first one to use ssl as follows: …

nginx ssl-certificate sni