Questions tagged [sni]

Server Name Indication, essential TLS extension for virtual hosting

Server Name Indication is a TLS extension benefiting virtual hosting by permitting different domain hosted on a single IP address to have a different certificate per hostname. it was first standardized in 2003 in RFC 3546. The most current version is documented in RFC 6066.

Even after ten years, support of this extension by tools and libraries can still be lacking but is becoming quasi universal.

329 questions
0
votes
0 answers

Connect one subdomain by HTTPS without SNI

I want to use an https connexion in a web site. The problem is that the server is handling some subdomains (http://staging.example.com, http://beta.example.com, http://www.example.com), so it seems that I should use SNI. But I need just one…
Manolo
  • 24,020
  • 20
  • 85
  • 130
0
votes
0 answers

Handshake failure in CentOS release 5.9 (Final) with OpenSSL 1.0.1e

I need to check a website(https://d1lto7any9tcj3.cloudfront.net/service/index.php) using CURL but my OS is CentOS release 5.9 (Final) OpenSSL is 0.9.8e. When I used curl -v https://d1lto7any9tcj3.cloudfront.net/service/index.php it said…
Asanka Rox
  • 104
  • 1
  • 8
0
votes
1 answer

Apache/SNI: disabled or non-existent subdomain leads to other SNI subdomain being served

Browser is current Chrome or FF. On the server apache 2.2ish. I have a number of SNI sites enabled - Virtual Host *.443 etc. All separate config files. All working fine. If I navigate to one of these "SNI" sites in a browser. Then I disable that…
James Cook
  • 101
  • 1
  • 6
0
votes
1 answer

Apache MINA SNI implementation

Has anyone had any experience implementing SNI (Server Name Indication) into Apache MINA's SSLFilter? Any direction would be greatly appreciated.
Pat R
  • 186
  • 4
  • 15
0
votes
1 answer

Avoiding SNI for SSL on a single server hosting multiple vhost entries

I am trying to host 2 sites on a single IP address and they need to be accessed via SSL however the majority of my users use Internet Explorer on Windows XP meaning using multiple SSLs with SNI may prevent them getting access. I was wondering if I…
van
  • 9,159
  • 19
  • 60
  • 93
0
votes
1 answer

Does Glassfish v4 support SSL SNI?

I'd like to provide webhosting service on my VPS with running Glassfish v4. It means many domains with one shared IP address of the VPS. I know there are problems with SSL certificates of many domains for one IP and that SNI extension may solve this…
xwinus
  • 886
  • 3
  • 12
  • 28
0
votes
1 answer

How many queries per second can GAE support with 5 SNI certificate slots?

You can now purchase SNI certificate slots on google apps for custom domains. It costs $9 for 5 SNI, but I can't figure out how to do my capacity planning. How many SNI slots do I need to buy? How many queries per second can 1 SNI slot handle? Does…
0
votes
2 answers

HttpsURLConnection server_name corrupted (?) over 3g

As per Google recommendation, I am using HttpsURLConnection for my api-level 15 project. My test case is very simple : URL url = new URL(STATS); HttpsURLConnection we = (HttpsURLConnection)url.openConnection(); InputStream in = new…
Horrendo
  • 393
  • 3
  • 14
0
votes
1 answer

Play2 : Support for Server Name Indication

Does Play2.0.x support Server Name Indication? A pointer to docs or examples would be great. I have the typical use case: I want to use name-based virtual hosting of "unrelated" Play2 appservers behind a shared load-balancer, doing SSL termination…
Carlos
  • 1,470
  • 10
  • 18
0
votes
1 answer

JBoss Netty : Support for SNI (Server Name Indication)

Does the SSL implementation in JBoss Netty support Server Name Indication?
Carlos
  • 1,470
  • 10
  • 18
-1
votes
1 answer

Explaining SSL ClientHello SNI message extension syntax defined by RFC6066 Server Name Indication

RFC6066 defines server name indication in extension of type server_name. The extension_data field of this extension SHALL contain ServerNameList where: struct { NameType name_type; select (name_type) { case…
Ernestas Gruodis
  • 8,567
  • 14
  • 55
  • 117
-1
votes
1 answer

IIS8, SSL Subdomains, SNI and single IP, and NopCommerce

We are using IIS8 and we are planning on hosting 2 secure sites on the same CMS (NopCommerce), as subdomains, on the same IIS instance. We has some issues figuring out the right configuration figured out. So I have a few questions about the…
ClosDesign
  • 3,894
  • 9
  • 39
  • 62
-1
votes
1 answer

Setting up an SSL certificate for a domain that uses an A-record redirect to a domain with an existing SSL cert

I am working on a client's site - we'll call it checkers.com - that I previously bought an SSL certificate for. They bought a european domain - checkers.eu - that that uses an A-record redirect to point to checkers.com, but setting up an SSL…
ConorBaumgart
  • 493
  • 1
  • 3
  • 18
-1
votes
1 answer

How to use HTTPS in Android, with shared IP host

WHAT I NEED: get JSON results through HTTPS connection WHAT I HAVE: shared server with valid SSL certificate WHAT I WANT: be able to establish that HTTPS connection, which I can't because when I chaneg my code with the online examples I found, it…
Pedro
  • 196
  • 3
  • 16
1 2 3
21
22