urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Asterisk PBX site throws HTTPS error

Open brackenhill-mob opened this issue 3 years ago • 1 comments

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.

brackenhill-mob avatar Aug 30 '20 09:08 brackenhill-mob

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

thp avatar Sep 06 '20 10:09 thp