fixes broken ssl tests (#20181)

This commit is contained in:
ringabout
2022-08-09 11:48:17 +08:00
committed by GitHub
parent 80a0dc295b
commit cddd4de658

View File

@@ -49,8 +49,8 @@ when enableRemoteNetworking and (defined(nimTestsEnableFlaky) or not defined(win
("https://sha512.badssl.com/", bad, "sha512"),
("https://1000-sans.badssl.com/", bad, "1000-sans"),
("https://10000-sans.badssl.com/", good_broken, "10000-sans"),
("https://ecc256.badssl.com/", good, "ecc256"),
("https://ecc384.badssl.com/", good, "ecc384"),
("https://ecc256.badssl.com/", good_broken, "ecc256"),
("https://ecc384.badssl.com/", good_broken, "ecc384"),
("https://rsa2048.badssl.com/", good, "rsa2048"),
("https://rsa8192.badssl.com/", dubious_broken, "rsa8192"),
("http://http.badssl.com/", good, "regular http"),