Skip to content

Commit

Permalink
Update SslSpec.groovy (#10853)
Browse files Browse the repository at this point in the history
They updated the cert for revoked.badssl.com from a revoked AND expired cert to a cert that is only revoked. Since revocation checking is not enabled, this test fails now.
  • Loading branch information
yawkat authored May 24, 2024
1 parent 38997d3 commit e6c018e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SslSpec extends Specification {
'https://wrong.host.badssl.com/',
'https://self-signed.badssl.com/',
'https://untrusted-root.badssl.com/',
'https://revoked.badssl.com/',
//'https://revoked.badssl.com/', needs jvm option
//'https://pinning-test.badssl.com/', // not implemented
'https://no-subject.badssl.com/',
'https://reversed-chain.badssl.com/',
Expand Down

0 comments on commit e6c018e

Please sign in to comment.