SSL: Certificate_VERIFY Failed error

Hi,

I am getting an error when trying to deploy the SAMPLE codes. Below is the error. Could you please help.

I am using CYGWIN with PYTHON to deploy the code to my organization.

Traceback (most recent call last): File "../../tools/deploy.py", line 201, in <module> resp = httpCall('POST', uri, hdrs, body) File "../../tools/deploy.py", line 28, in httpCall conn.request(verb, uri, body, hdrs) File "/usr/lib/python2.7/httplib.py", line 1042, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.7/httplib.py", line 1082, in _send_request self.endheaders(body) File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders self._send_output(message_body) File "/usr/lib/python2.7/httplib.py", line 882, in _send_output self.send(msg) File "/usr/lib/python2.7/httplib.py", line 844, in send self.connect() File "/usr/lib/python2.7/httplib.py", line 1263, in connect server_hostname=server_hostname) File "/usr/lib/python2.7/ssl.py", line 363, in wrap_socket _context=self) File "/usr/lib/python2.7/ssl.py", line 611, in __init__ self.do_handshake() File "/usr/lib/python2.7/ssl.py", line 840, in do_handshake self._sslobj.do_handshake() ssl.SSLError:

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

Thank you

Ashwin

Solved Solved
0 2 640
1 ACCEPTED SOLUTION

Hi,

Yes. I was trying to connect from a corporate network. When i attempted on my home network there were no issues.

There were no issues when connecting from home network.

Thanks

Ashwin

View solution in original post

2 REPLIES 2

Are you connecting from a corporate network? Sometimes corporate networks use an SSL-inspecting proxy, and many tools don't work well in that environment.

Hi,

Yes. I was trying to connect from a corporate network. When i attempted on my home network there were no issues.

There were no issues when connecting from home network.

Thanks

Ashwin