SSL Problem
Reinis Rozitis
r at roze.lv
Mon Jun 14 16:59:57 MSD 2010
You just need to append the bundle certificate (chain) to your own .crt:
cat domainname.ca-bundle >> domainname.crt
and then
ssl_certificate /path/domainname.crt;
ssl_certificate_key /path/domainname.key;
...
rr
From: karthi r
Sent: Monday, June 14, 2010 3:41 PM
To: nginx at nginx.org
Subject: SSL Problem
Hi nginx team,
We have taken the comodo certificate for our web application with apache web
server. Now we changed the web server from apache to Nginx. But we are
getting the problem in session with nginx + comodo certificate. But with
apache + comodo certificate its working fine , also without the comodo
certificate its working fine with niginx.
comodo provide domainname.crt ,domainname.ca-bundle
how to configure domain_com.ca-bundle file in nginx
Thanks and Regards,
R.Karthik
_______________________________________________
nginx mailing list
nginx at nginx.org
http://nginx.org/mailman/listinfo/nginx
More information about the nginx
mailing list