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

feat: set hostname for SNI #113

Merged

Commits on Aug 30, 2024

  1. feat: set hostname for SNI

    Set the hostname so that the server can use it to select the correct certificate (SNI).
    
    1. add host parameter to TLSTransport function and set hostname SSLContext parameter
    only if it was not provided as an IPV4 or IPV6 address
    
    2. forward host from transport function call to  TLSTransport.
    Guillaume Cornu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dda35f6 View commit details
    Browse the repository at this point in the history