Message387998
https://github.com/python/cpython/pull/20442/checks?check_run_id=2018900756
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1122)
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1122)
ssl.SSLError: [SSL] internal error (_ssl.c:1122)
ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1122)
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1122)
ssl.SSLError: [SSL: UNEXPECTED_MESSAGE] unexpected message (_ssl.c:1122)
ssl.SSLError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1122)
[SSL: NO_PROTOCOLS_AVAILABLE] no protocols available (_ssl.c:1122)
... and so on ...
This CI failure is preventing any PR from being merged.
Do we have a bad test certificate in the tree we need to update?
Or did some Ubuntu CI infrastructure just fall over and start rejecting a certificate it used to accept?
I believe this started around ~20210302T1500 UTC. |
|
| Date |
User |
Action |
Args |
| 2021-03-03 04:29:04 | gregory.p.smith | set | recipients:
+ gregory.p.smith, christian.heimes, ned.deily, lukasz.langa |
| 2021-03-03 04:29:04 | gregory.p.smith | set | messageid: <[email protected]> |
| 2021-03-03 04:29:04 | gregory.p.smith | link | issue43382 messages |
| 2021-03-03 04:29:04 | gregory.p.smith | create | |
|