Skip to content

Commit 5893516

Browse files
committed
ssl_verify_client fix
1 parent 234943b commit 5893516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ configs:
168168
ssl_certificate_key /etc/nginx/ssl/server.key;
169169
ssl_session_cache shared:SSL:1m;
170170
ssl_prefer_server_ciphers on;
171-
ssl_verify_client off;
171+
ssl_verify_client optional_no_ca;
172172
173173
location / {
174174
proxy_pass http://linkeddatahub;

0 commit comments

Comments
 (0)