This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
How to specify a custom/alternate hostname for SNI with SSL/TLS endpoints #65
Answered
by
postmodern
postmodern
asked this question in
Q&A
-
How would you specify a custom/alternate hostname for SNI (Server Name Indication) when connecting to a SSL/TLS service on an IP:port? |
Beta Was this translation helpful? Give feedback.
Answered by
postmodern
Sep 25, 2023
Replies: 1 comment
-
Double checking the documentation for Async::IO::Endpoint.ssl it appears to accept a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
postmodern
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Double checking the documentation for Async::IO::Endpoint.ssl it appears to accept a
hostname:
keyword argument.