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 725b986 commit 212d9d0Copy full SHA for 212d9d0
ssl_sni_reneg.t
@@ -55,6 +55,7 @@ http {
55
56
ssl_certificate_key localhost.key;
57
ssl_certificate localhost.crt;
58
+ ssl_protocols TLSv1.2;
59
60
server {
61
listen 127.0.0.1:8080 ssl;
@@ -93,13 +94,6 @@ foreach my $name ('localhost') {
93
94
}
95
96
$t->run();
-
97
-{
98
- my (undef, $ssl) = get_ssl_socket(8080);
99
- plan(skip_all => "TLS 1.3 forbids renegotiation")
100
- if Net::SSLeay::version($ssl) > 0x0303;
101
-}
102
103
$t->plan(8);
104
105
###############################################################################
0 commit comments