We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb869a commit fc37638Copy full SHA for fc37638
tests/tls-test-slow.toit
@@ -48,12 +48,11 @@ run-tests:
48
working := [
49
"amazon.com",
50
"adafruit.com",
51
- // "ebay.de", // Currently the IP that is returned first from DNS has connection refused.
+ "ebay.de",
52
53
// Connect to the IP address at the TCP level, but verify the cert name.
54
"$(dns.dns-lookup "amazon.com" --network=network)/amazon.com",
55
56
- "dkhostmaster.dk",
57
"gnu.org", // Doesn't work with Toit mode, falls back to MbedTLS C code for symmetric stage.
58
59
"sha256.badssl.com",
0 commit comments