Closed nabeelxy closed 6 years ago
nabeelxy you are probably using CentOS/RHEL 7. I had the same issue. Apparently python 2.7.5 on those OS's have a bug. This should help. Install a newer version of Python an use that instead of the default python that comes with the OS.
Thanks @edgarlg77.
I upgraded python to 2.7.14 (from 2.7.5) in CentOS. Now I get the following certificate error:
Error connecting to CertStream - [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:579)
Did you find the solution?
Nope, not yet; now I am getting the following error from certstream:
"Error connecting to CertStream - Handshake status 502"
I filed the same issue under certstream project as well so that I can get some help from the folks who created it.
I am getting the same error with python 3.6.
Guys, do a quick bit of research.
Greetings! Certstream is currently down right now until I can figure out a billing dispute with Google and/or switch it back to Heroku (more info here). Sorry for the inconvenience!
Update: Should be back on line soon after moving back to Heroku. Follow creator for more here:
Thank @jstocksix. It works again.
Was a Certstream network issue
Is this project still alive? Same issue above still persists
I'm still facing the same issue. ERROR:root] 2019-01-03 12:45:26,857 - Error connecting to CertStream - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726) - Sleeping for a few seconds and trying again...
I'm facing the same issue @x0rz - do you anticipate any updates?
[ERROR:root] 2019-06-27 11:10:22,852 - Error connecting to CertStream - _ssl.c:335: No root certificates specified for verification of other-side certificates. - Sleeping for a few seconds and trying again...
Any solutions to this?
if you are on centos7, you can install python3.6 via epel. Im getting the same error on the default python 2.7
yum install epel-release
yum install python36
I am getting the same error on macOS BigSur
Python Version: 3.7
Same issue here. But it happens because of the SDK.
# uname -a
Linux roku 5.10.131-0-virt #1-Alpine SMP Tue, 19 Jul 2022 16:08:14 UTC x86_64 Linux
# python --version
Python 3.8.10
Could you explain why I get the following error when trying to run the script?
[ERROR:root] 2017-12-03 09:15:13,384 - Error connecting to CertStream - [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:579) - Sleeping for a few seconds and trying again...