urlwatch
urlwatch copied to clipboard
Option to configure SSL/TLS version and cipher suite for url job
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)')))
This looks like a certificate error on the site's part. Do you get certificate warning on browsers when visiting this site?
The site is available on browsers without any error
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')])")))