FastHttpLocust gives ssl error with let's encrypt certs
See original GitHub issueSSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')
domains which have regular cert work okay. also the normal http client works okay.
os: alpine linux (with apk add ca-certificates
)
python: 3.7
locust master branch
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Locust: Not able to send a POST Http request with OpenSSL ...
I am getting 403 HTTP error while sending a HTTP POST with SSL certificate. I tried to enable the debugging at the local...
Read more >How to fix "LetsEncrypt SSL installation error ... - YouTube
Today in this video you will learn how to fix the issue " LetsEncrypt SSL installation error unable to reach mail.domain.com"Are you facing ......
Read more >Source - GitHub
... FastHttpLocust gives ssl error with let's encrypt certs [\#1137](https://github.com/locustio/locust/issues/1137) - stop\_timeout defined in Locust class ...
Read more >Release 1.0b2 - Locust Documentation
Let 'sbreakitdown: . ... It inherits from HttpUser which gives each user ... Optional path to TLS certificate to use to serve over....
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think changing this line:
https://github.com/locustio/locust/blob/cfad799de2a1aee928bd5d1da77e67ff1a599b70/locust/contrib/fasthttp.py#L91
to:
should disable SSL verification, which I think should be okay for us to do in a client which is supposed to be as fast as possible (in a load testing tool).
thanks for fixing this, even if the fix is kinda weird 😃