You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The new TLS configuration apparently does not support the auto ssl_protocol.
The mapping was apparently performed by Client itself.
The text was updated successfully, but these errors were encountered: