You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server Name Indication (SNI) is an extension to the Transport Layer Security (TLS) computer networking protocol that indicates to what host name the client is attempting to connect to at the start of the handshaking process. This allows a server to present multiple certificates on the same IP address and TCP port number and hence allows multiple secure (HTTPS) websites (or any other service over TLS) to be served off of the same IP address without requiring all of those sites to use the same certificate. It is the conceptual equivalent to HTTP/1.1 virtual hosting for HTTPS.
And we should support that on universal transports, which are capable of running WAMP-WebSocket, WAMP-RawSocket, Web and soon MQTT all on the same IP/port too.
Intro: https://en.wikipedia.org/wiki/Server_Name_Indication
Or this (stolen from the Internet):
And we should support that on universal transports, which are capable of running WAMP-WebSocket, WAMP-RawSocket, Web and soon MQTT all on the same IP/port too.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: