bigbang icon indicating copy to clipboard operation
bigbang copied to clipboard

ICANN pipemail test failing

Open sbenthall opened this issue 8 months ago • 0 comments

Mysterious failures of the ICANN pipermail tests...

https://gist.github.com/sbenthall/7c59aa9755140120614b80cd9aaf521e

Some combination of SSL certification failures, exceeded retries, and Nonetypes where they shouldn't be.

urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129)

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mm.icann.org', port=443): Max retries exceeded with url: /pipermail/accred-model/2018-August.txt.gz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129)')))

AttributeError: 'NoneType' object has no attribute 'select'

Basically, retrieving the mail isn't working. CodeCov was firing errors for these tests and that's messing with other development workflow. So I'll disable these tests in the short term until we can figure out how to fix these issues.

sbenthall avatar Oct 14 '23 17:10 sbenthall