Opened 4 years ago

Last modified 4 years ago

#2008 closed defect

699f6e55bbb4 causes request for client certificate — at Initial Version

Reported by: hreinnbeck@… Owned by:
Priority: minor Milestone:
Component: documentation Version: 1.19.x
Keywords: Cc:
uname -a: Linux dev-staging 5.4.0-37-generic #41-Ubuntu SMP Wed Jun 3 18:57:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
nginx -V: nginx version: nginx/1.19.1
built by gcc 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
built with OpenSSL 1.1.1g 21 Apr 2020
TLS SNI support enabled
configure arguments: --sbin-path=/usr/sbin --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-pcre --with-pcre-jit --with-stream --with-stream_ssl_module --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_realip_module --with-http_secure_link_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_v2_module --with-http_slice_module --with-file-aio --with-threads --with-http_v2_module --with-cc-opt='-O3 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=native -DTCP_FASTOPEN=23 -Wno-deprecated-declarations -march=native -Wno-error=free-nonheap-object -Wno-implicit-fallthrough' --with-ld-opt='-Wl,-z,relro -Wl,-E' --add-module=/usr/src/nginx_modules/ngx_brotli --add-module=/usr/src/nginx_modules/nginx-akamai-token-validate-module --add-module=/usr/src/nginx_modules/nginx-secure-token-module --add-module=/usr/src/nginx_modules/headers-more-nginx-module --add-module=/usr/src/nginx_modules/nchan --add-module=/usr/src/nginx_modules/nginx-vod-module --add-module=/usr/src/nginx_modules/echo-nginx-module --add-module=/usr/src/nginx_modules/ngx_http_substitutions_filter_module --add-module=/usr/src/nginx_modules/redis2-nginx-module

Latest commit: ccb5ff87ab3e

Description

A few users (using Chrome and Safari) where getting request for client certificates upon connecting to the site. I was unable to reproduce the error until I installed a client certificate in Chrome.

I double checked the config and none of the options for client certificates were set. I also added "ssl_verify_client off;" just to be sure.

After reverting 699f6e55bbb4 the users are no longer getting client certificate requests.

Change History (0)

Note: See TracTickets for help on using tickets.