Top "Sni" questions

Server Name Indication, essential TLS extension for virtual hosting

using requests with TLS doesn't give SNI support

I'm using requests to communicate with a django app but When I try requests.get('https://mysite.com', verify=True) …

python ssl ssl-certificate python-requests sni
Use cURL with SNI (Server Name Indication)

I am trying to use cURL to post to an API that just started using SNI (so they could host …

php ssl curl sni
Server Name Indication (SNI) on Java

Can anyone help me get started on carrying out HTTP connections with server name indication in Java? I'm trying to …

java http ssl sni
Is SNI actually used and supported in browsers?

I can find various information about SNI (see Wikipedia), but I can't find any statistics about actual support in browsers. …

ssl cross-browser sni
Apache2 error: Hostname provided via SNI and HTTP do not match

In my Apache error.log, I am getting an error like the following: Hostname www.example.com provided via SNI …

apache ubuntu ssl server sni
How to implement Server Name Indication (SNI)

How to implement Server Name Indication(SNI) on OpenSSL in C or C++? Are there any real world examples available?

c ssl openssl sni
Android SSL - SNI support

I would like to know about the support for the SSL/TLS Server Name Indication (SNI) extension in the Android …

android ssl sni
How to configure a default web site for https using SNI and CCS

We use IIS8.5 with only the default web site configured, but with thousands of domains pointing to it on the …

ssl https binding iis-8.5 sni
Extended server_name (SNI Extension) not sent with jdk1.8.0 but send with jdk1.7.0

I have implemented a JAX-WS client by using ApacheCXF (v3.0.4) and everything works successfully but the problem comes when I …

java web-services ssl cxf sni
curl: how to specify target hostname for https request

I have a x.example which serves traffic for both a.example and b.example. x.example has certificates for …

ssl curl sni