changeset 1922:97ffd1cf5e21

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 12 Jul 2023 02:40:35 +0300
parents 07656d303199
children 1b9f21836f57
files ssl_sni_reneg.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ssl_sni_reneg.t
+++ b/ssl_sni_reneg.t
@@ -41,7 +41,7 @@ http {
 
     ssl_certificate_key localhost.key;
     ssl_certificate localhost.crt;
-    ssl_protocols TLSv1.2;
+    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
 
     server {
         listen       127.0.0.1:8443 ssl;