Re: Peer closed connection in SSL handshake

2017-06-16 Thread tory
This topic is closed. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,274863,274911#msg-274911 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Peer closed connection in SSL handshake

2017-06-14 Thread tory
Hello. I want to authenticate my server using certificates on my hardware. I have created a private certificate with openssl and have completed the connection test without errors in the browser. This is the setting for nginx. server { listen 14443; listen [::]:14443;

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 ___

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: