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

region: we are connecting to AWS region with is_secure=False #6

Open
smithfarm opened this issue Apr 2, 2016 · 0 comments
Open

region: we are connecting to AWS region with is_secure=False #6

smithfarm opened this issue Apr 2, 2016 · 0 comments
Labels

Comments

@smithfarm
Copy link
Owner

This is a presumably "insecure" workaround for a long timeout followed by:

(virtualenv)smithfarm@wilbur:~/src/aws/ceph-auto-aws> ho probe region
2016-04-02 21:17:25,369 INFO Loaded yaml tree from './aws.yaml'
2016-04-02 21:17:25,369 INFO Testing connectivity to AWS Region 'eu-west-1'
Traceback (most recent call last):
...
  File "/home/smithfarm/src/aws/ceph-auto-aws/virtualenv/lib/python3.4/site-packages/boto/https_connection.py", line 131, in connect
    ca_certs=self.ca_certs)
  File "/usr/lib64/python3.4/ssl.py", line 888, in wrap_socket
    ciphers=ciphers)
  File "/usr/lib64/python3.4/ssl.py", line 578, in __init__
    self.do_handshake()
  File "/usr/lib64/python3.4/ssl.py", line 805, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:598)

in the connect_to_region() call in region.py (currently seen only in Python 3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant