Re: Client certificate authentication error

2017-04-27 Thread tory
This problem has been solved with your help. I sincerely appreciate your help. This case is closed because this request has been resolved. Thank you very much. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,273879,273902#msg-273902 ___ nginx

Re: Client certificate authentication error

2017-04-26 Thread Richard Stanway
> openssl x509 -req -in client.csr -out client.crt -signkey client.key -CA > server.crt -CAkey server.key -CAcreateserial -days 365 I think you should be using the CA certificate here, not the server certificate. ___ nginx mailing list nginx@nginx.org ht

Re: Client certificate authentication error

2017-04-26 Thread tory
There is an incorrect syntax to fix. I have registered p12 certificate and ca certificate in my Firefox browser, but I get "400 Bad Request". ==> I have registered client.p12 and ca.crt file in my Firefox browser, but I get "400 Bad Request". Posted at Nginx Forum: https://forum.nginx.org/read

Client certificate authentication error

2017-04-26 Thread tory
Hello. I am trying to implement a client certificate using nginx on Ubuntu 16.04. Firefox browser "400 Bad Request No required SSL certificate was sent "error occurs. To solve the above error, I release everything for the development process and configuration tests. 1. create client certificate f