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

SSL Error #1

Open
silascutler opened this issue Jan 7, 2016 · 2 comments
Open

SSL Error #1

silascutler opened this issue Jan 7, 2016 · 2 comments

Comments

@silascutler
Copy link

Hey, When running /ApiV2/PythonExample/threatcrowd.py, I get:

requests.exceptions.SSLError: [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

requests==2.2.1
python2.7

@chrisddom
Copy link

Hi Silas,

I enabled CloudFlare due to a DDoS earlier this week, and as CloudFlare uses SNI in the SSL certificate - a python version of 2.7.9 or higher is now required.

Are you using 2.7.0? If so could you please try python 2.7.9 or later and see if that works?

I've just installed 2.7.0 as a test, and can replicate the error, whereas the code runs with 2.7.10, so hopefully this is the issue/

I'm investigating if CloudFlare will cause any other issues with APIs + Maltego - if so I may move the API to more reliable server soon.

Let me know if you find any other issues :)

@prabhulc
Copy link

prabhulc commented Dec 7, 2017

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

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

No branches or pull requests

3 participants