changeset 1819:dc89eb420196

Tests: fixed warning about protocol options redefinition.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 28 Jan 2023 03:11:04 +0300
parents 9a44d489966c
children 84b6bb8d74e5
files ssl_verify_client.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ssl_verify_client.t
+++ b/ssl_verify_client.t
@@ -117,7 +117,7 @@ http {
     }
 
     server {
-        listen       127.0.0.1:8081;
+        listen       127.0.0.1:8081 ssl;
         server_name  no.context;
 
         ssl_verify_client on;