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	Thu Jan 12 22:09:35 2023 +0400
+++ b/ssl_verify_client.t	Sat Jan 28 03:11:04 2023 +0300
@@ -117,7 +117,7 @@
     }
 
     server {
-        listen       127.0.0.1:8081;
+        listen       127.0.0.1:8081 ssl;
         server_name  no.context;
 
         ssl_verify_client on;