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

Add sni support #1

Closed
wants to merge 3 commits into from
Closed

Add sni support #1

wants to merge 3 commits into from

Conversation

smaggs
Copy link

@smaggs smaggs commented Mar 7, 2019

WORK IN PROGRESS - DO NOT MERGE

A quick hack to add basic SNI support to the fasthttp client

Use an SSL context for the geventhttp connection pool, which supports passing server_hostname to the SSL connection wrapper.
This is passed to the server for selecting the correct certificate, when SNI is in use.

guilatrova and others added 3 commits November 2, 2018 16:57
Use an SSL context for the geventhttp connection pool, which
supports passing server_hostname to the SSL connection wrapper.
This is passed to the server for selecting the correct certificate,
when SNI is in use.
@guilatrova
Copy link

@smaggs is this still relevant?

@smaggs
Copy link
Author

smaggs commented Sep 16, 2020

closing this request.
this was fixed "for real" upstream
locustio#1360

@smaggs smaggs closed this Sep 16, 2020
@smaggs smaggs deleted the add_sni_support branch September 16, 2020 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants