urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

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

Open cfbao opened this issue 7 years ago • 4 comments

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

cfbao avatar Feb 08 '19 17:02 cfbao

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)')))

Hitaro avatar May 03 '19 10:05 Hitaro

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

cfbao avatar May 03 '19 19:05 cfbao

The site is available on browsers without any error

Hitaro avatar May 13 '19 00:05 Hitaro

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')])")))

RobertoFranceschini avatar Jun 28 '19 08:06 RobertoFranceschini