-
Notifications
You must be signed in to change notification settings - Fork 3k
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
FastHttpLocust + SNI #1369
Comments
I was on I’ve updated to
|
I've switched to introduce-type-hints for now. |
For all backwards incompatible changes see: https://docs.locust.io/en/latest/changelog.html I'm fairly hopeful that your SNI problem should go away if you switch to 1.0. |
Will try and let you know, |
Tested Locust 1.0.1 |
Getting weird issue with FastHttpLocust again.
It works fine from client.
But server (OpenResty) has SNI based bindings and show tons of errors like
... failed to get SNI ...
and falls back to default certificate. :(
Same exact code works fine with HttpLocust.
Don’t know how to help somebody to reproduce…
Am I missing something (simple?) with FastHttpLocust?
AFAIR, it’s up to the https client to send SNI or not, right?
The text was updated successfully, but these errors were encountered: