question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SSL3_GET_SERVER_CERTIFICATE: certificate verify failed

See original GitHub issue

Hi, when issuing: glacier-cmd lsvault we get: ssl.SSLError: [Errno 1] _ssl.c:492: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Open SSL version: OpenSSL 1.0.1e-fips 11 Feb 2013 CentOS 6.8 Python 2.6.6

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:4
  • Comments:15 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ebollenscommented, Nov 18, 2016

To follow up on this:

This is an SSL verification issue another workaround that works is to edit /usr/local/lib/python2.7/dist-packages/boto-2.39.0-py2.7.egg/boto/connection.py and set validate_certs=True to False. This will stop the error but is insecure. Its under class AWSAuthConnection(object)

Instead of modifying Boto, you can add the following:

[Boto]
https_validate_certificates = False

To one of:

  • /etc/boto.cfg
  • ~/.boto
0reactions
jamshidcommented, Aug 9, 2018

fwiw validate_certs=False to S3Connection did not work for me on CentOS7.4, neither did the ~/.boto. I had to export PYTHONHTTPSVERIFY=0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SSL error : routines:SSL3_GET_SERVER_CERTIFICATE ...
The server certificate is invalid, either because it is signed by an invalid CA (internal CA, self signed,...), doesn't match the server's ...
Read more >
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify ...
Symptoms. Unable to connect to SMTP server using PHP and OpenSSL. The following related error messages may appear as part of troubleshooting ...
Read more >
K9467: Error Message: SSL routines ... - AskF5
K9467: Error Message: SSL routines: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed · Issue · Recommended Actions · Supplemental Information.
Read more >
Fix “SSL3_GET_SERVER_CERTIFICATE:certificate verify ...
I was recently running some checks on a site using the GET command (provided by the libwww-perl package in Ubuntu) in Bash and...
Read more >
14090086:SSL routines;SSL3 GET SERVER CERTIFICATE ...
“error: 14090086:SSL routines;SSL3 GET SERVER CERTIFICATE: certificate verify failed;” while HTTP transformation fails in PowerCenter · Sep 8, 2021•Knowledge ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found