-
Notifications
You must be signed in to change notification settings - Fork 93
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
Can't use SNI from the server, or it is not obvious how to do that.... #103
Comments
SNI should just be recorded on the server side (just like many other extensions). Then after a succesfull handshake, a server could query the context and act accordingly. for example, something like:
|
I cannot find |
no, it doesn't exist yet, it was a wishful code example |
OK. I think that what users want is setting parameters with which we can specify multiple secret keys and their certificates based on SNI values. |
Support SNI on the server side (Issue #103)
|
There is a field clientUseServerNameIndication in ClientParams, but nothing similar in ServerParams... without this, it is not possible to implement "virtual hosts" in a TLS server.
The text was updated successfully, but these errors were encountered: