New submission from Gregory P. Smith <g...@krypto.org>:
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. ---------- assignee: christian.heimes components: Build, SSL, Tests messages: 387998 nosy: christian.heimes, gregory.p.smith, lukasz.langa, ned.deily priority: release blocker severity: normal status: open title: github CI blocked by the Ubuntu CI with an SSL error type: behavior versions: Python 3.10, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43382> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com