Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SNI on TLS #1024

Open
oberstet opened this issue Apr 4, 2017 · 1 comment
Open

Support SNI on TLS #1024

oberstet opened this issue Apr 4, 2017 · 1 comment

Comments

@oberstet
Copy link
Contributor

oberstet commented Apr 4, 2017

Intro: https://en.wikipedia.org/wiki/Server_Name_Indication

Or this (stolen from the Internet):

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.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant