-
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 broken on Python 2.7.9 #234
Comments
That's right. Try 2.7.7. I have been using pyenv for Python version management. |
Thanks! Will do. I updated the stack trace because I had pasted the wrong one. Feel free to close the issue, but it might be good to keep it around as reference. |
Yeah, we'll close it once it has been resolved by gevent. |
Trying to get this working with SSL. Installed
Any guidance? Strange for it to be looking for |
This page may help related to pyenv and common build problems: |
@aidylewis how do I force locust to use a specific version of python? I've used |
This should be resolved, but please raise again if you see it again. |
Hi! I am trying to use locust on Mac OSX and Python 2.7.9. When trying to run any test that uses an https request, I see the following error:
It seems to be related with a breaking change in Python 2.7.9 http://bugs.python.org/issue22438 that causes a problem in gevent gevent/gevent#477
The text was updated successfully, but these errors were encountered: