-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Is it possible to listen on multiple domains? #1
Comments
Hi, I was trying to allow multiple domains for the same server socket with If you can help to find a way to build the What I need now is a working example (@ GitHub), using simple Thanks to collaborate, |
Oh, I wasn't aware of the limitation of |
In Java there's a method that you can implement to select the certificate from the "key store", what opens the opportunity to select the correct one for the current socket domain. Note that in a secure socket it knows the domain for the certificate due the secure handshake, before any client data is sent. |
This issue dependents on: |
I'd like to have a server that listens on port 443 for multiple domains, resolves the certificates separately, and routes the requests in a per-domain basis. Is this supported / planned? Any thoughts on how I contribute to this package (what design decisions would you prefer)?
The text was updated successfully, but these errors were encountered: