Re: Nginx and 400 SSL error handling

2019-06-11 Thread Francis Daly
On Tue, Jun 11, 2019 at 10:25:32AM +0200, Marcello Lorenzi wrote: Hi there, > Actually we would return a 401 error page instead a 400 error page but we > aren’t able to customize the HTTP code but only the message reported with > this configuration. > > error_page 495 @error_ssl_495; Un

Nginx and 400 SSL error handling

2019-06-11 Thread Marcello Lorenzi
Hi All, We’re trying to configure a client authentication on an Nginx 1.15.12 and we noticed a “400 Bad Request - SSL Certificate Error” because a certificate CA isn’t present into the certificates listed into “ssl_client_certificate”. This is the configuration for the SSL authentication.