-
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
SSL errors when testing certain HTTPS sites #417
Comments
This could be related to this issue, but the suggested solution is not practical because it means modifying requests code inside locust source. |
This is the hackish workaround I'm using. I put this in my task set definition, so it'll run when the TaskSet is loaded.
Perhaps it can be added to the code base that spawns the threads. |
How to get rid from “SSL: CERTIFICATE_VERIFY_FAILED” Error On Windows, Python does not look at the system certificate, it uses its own located at ?\lib\site-packages\certifi\cacert.pem. The solution to your problem:
|
possible duplicate of #300 |
I'm not sure what this means: "paste your domain validation certificate at the end of the file". When I open my domain.crt up in notepad it's all encrypted. |
appending my ca to DEFAULT_CA_BUNDLE_PATH worked in docker on rhel also |
I'm getting SSL errors sometimes when using certain HTTPS sites using locust:
Other sites seem to be fine:
The text was updated successfully, but these errors were encountered: