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

SSL failure for auto ssl version #144

Closed
stefanoborini opened this issue Jul 21, 2016 · 0 comments
Closed

SSL failure for auto ssl version #144

stefanoborini opened this issue Jul 21, 2016 · 0 comments
Assignees

Comments

@stefanoborini
Copy link
Contributor

The new TLS configuration apparently does not support the auto ssl_protocol.
The mapping was apparently performed by Client itself.

      File "/Users/sborini/Work/github/simphony/simphony-remote/venv/lib/python3.4/site-packages/requests/packages/urllib3/util/ssl_.py", line 198, in resolve_ssl_version
        res = getattr(ssl, 'PROTOCOL_' + candidate)
    AttributeError: 'module' object has no attribute 'PROTOCOL_auto'
[E 160721 13:36:10 web:1971] 500 GET /user/sborini/ (127.0.0.1) 87.00ms
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

No branches or pull requests

1 participant