apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
385 stars 139 forks source link

Certificate tests started failing today #440

Closed finagolfin closed 11 months ago

finagolfin commented 11 months ago

I haven't bothered dumping them to check the dates, but the exact same TLSConfigurationTest.testFullVerificationWithCANamesFrom{Certificate,File} tests that passed yesterday started failing on my daily Android CI today. I'm guessing the certs added for these tests in #307 expired today.

Lukasa commented 11 months ago

Given when that PR was added, sure seems likely!

Lukasa commented 11 months ago

For now I recommend disabling those tests locally, we'll probably only get to this on Monday.