urlwatch
urlwatch copied to clipboard
Asterisk PBX site throws HTTPS error
I monitor their downloads page. The error I receive is
ERROR: Asterisk ( https://www.asterisk.org/downloads/ )
HTTPSConnectionPool(host='www.asterisk.org', port=443): Max retries exceeded with url: /downloads/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)')))
This is probably linked to #362. I'm posting it again to provide a working url that can be tested against.
This works for me as a quick fix:
url: https://www.asterisk.org/downloads/
ssl_no_verify: true
Workarounds for how to import the certificate chain locally (without disabling SSL verification) are documented here:
https://stackoverflow.com/q/51925384/1047040