comparison ssl_verify_client.t @ 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 fd440d324700
children 818e6d8c43b5
comparison
equal deleted inserted replaced
1818:9a44d489966c 1819:dc89eb420196
115 ssl_verify_client optional_no_ca; 115 ssl_verify_client optional_no_ca;
116 ssl_client_certificate 2.example.com.crt; 116 ssl_client_certificate 2.example.com.crt;
117 } 117 }
118 118
119 server { 119 server {
120 listen 127.0.0.1:8081; 120 listen 127.0.0.1:8081 ssl;
121 server_name no.context; 121 server_name no.context;
122 122
123 ssl_verify_client on; 123 ssl_verify_client on;
124 } 124 }
125 } 125 }