Reverse proxy & my CA certificate
filebackup
nginx-forum at nginx.us
Mon Feb 7 05:18:12 MSK 2011
Hi all.
My website's work process is the bleow:
client_browser:443 -> nginx_reverse_proxy:443 -> nginx_webserver:443
------------------
in my nginx webserver config file, I setup some ssl options:
ssl_verify_client on;
ssl_verify_depth 1;
......
I have two questions:
1. Would the nginx webserver check nginx reverse proxy's CA
certificate?
2. If would check, is there has an option to setup nginx reverse proxy's
CA certificate?
Thank in advance.
filebackup
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,172755,172755#msg-172755
More information about the nginx
mailing list