Skip to content

Commit 0d2a863

Browse files
committed
Tests: enabled TLSv1 in ssl_sni_reneg.t.
This fixes running the test with OpenSSL before 1.0.1, where TLSv1.2 support was introduced.
1 parent 028d19a commit 0d2a863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl_sni_reneg.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ http {
4141
4242
ssl_certificate_key localhost.key;
4343
ssl_certificate localhost.crt;
44-
ssl_protocols TLSv1.2;
44+
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
4545
4646
server {
4747
listen 127.0.0.1:8443 ssl;

0 commit comments

Comments
 (0)