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

Option to configure SSL/TLS version and cipher suite for url job #362

Open
cfbao opened this issue Feb 8, 2019 · 4 comments
Open

Option to configure SSL/TLS version and cipher suite for url job #362

cfbao opened this issue Feb 8, 2019 · 4 comments

Comments

@cfbao
Copy link
Contributor

cfbao commented Feb 8, 2019

Related earlier discussions: #265 #361
Related blog post: Configuring TLS With Requests

@Hitaro
Copy link

Hitaro commented May 3, 2019

What I get:

HTTPSConnectionPool(host='<IP>', port=<PORT>): Max retries exceeded with url: <PATH> (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056)')))

@cfbao
Copy link
Contributor Author

cfbao commented May 3, 2019

This looks like a certificate error on the site's part.
Do you get certificate warning on browsers when visiting this site?

@Hitaro
Copy link

Hitaro commented May 13, 2019

The site is available on browsers without any error

@RobertoFranceschini
Copy link

Same thing here

requests.exceptions.SSLError: HTTPSConnectionPool(host=IPaddress, port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl_choose_client_version', 'unsupported protocol')])")))

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

No branches or pull requests

4 participants