Welcome! Log In Create A New Profile

Advanced

Need help with 2-way authentication

Posted by letuandung83 
Need help with 2-way authentication
May 03, 2012 05:41AM
Dear friends,

I had installed nginx server with SSL support. I intend to configure a 2-way authentication website server, with authenticating client side by cert stored in Etoken. My configure as follow:

#HTTPS server
server {
listen 443 ssl;
server_name localhost;
ssl on;
ssl_certificate /opt/nginx/conf/key/server_cert.pem;
ssl_certificate_key /opt/nginx/conf/key/server_key.pem;
ssl_client_certificate /opt/nginx/conf/key/RootCA.crt; (This RootCA will allow my etoken passing)
ssl_verify_client on;
keepalive_timeout 70;
ssl_session_timeout 5m;
...

On client computer, I had install etoken client driver, and it works well ( It can recognize my etoken). But when I plug this etoken on, and access the https server, I recieve the message:

400 Bad Request
No required SSL certificate was sent
nginx/1.0.4

I Need HELP!

Sorry for my bad English.

Thank you!
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 171
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready