Viewing profile — superawesome
superawesome
HN member- Joined
- Wed, Nov 07, 2012, 10:27 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About superawesome
No profile information was provided.
Recent public activity
-
comment
Comment #4755514
Do you have TLSv1.0 disabled (see briansmith's comment)?
-
comment
Comment #4755510
Wild guess... are you on WinXP? WinXP + any version of IE does not support TLS SNI... even though it does support TLSv1.0, it doesn't support the SNI extension. Supported in Vista …
-
comment
Comment #4755497
s_client doesn't support SNI, so this is expected behavior. The client (s_client) doesn't know how to tell the server what hostname it's requesting during the handshake... so the s…
-
comment
Comment #4755486
I see you commented on a fix already, but here's some background... This is due to TLS SNI, which allows different certs to be returned based on the hostname requested. SNI is supp…