10 messages in ru.sysoev.nginxRe: SSL cert vendors for use with nginx?
FromSent OnAttachments
Geoffrey GrosenbachJun 4, 2007 5:22 pm 
Wayne E. SeguinJun 4, 2007 5:30 pm 
Geoffrey GrosenbachJun 4, 2007 6:00 pm 
Wayne E. SeguinJun 4, 2007 6:34 pm 
Geoffrey GrosenbachJun 4, 2007 6:42 pm 
Wayne E. SeguinJun 4, 2007 7:10 pm 
Geoffrey GrosenbachJun 4, 2007 8:07 pm 
Cliff WellsJun 6, 2007 11:40 am 
Wayne E. SeguinJun 6, 2007 11:47 am 
Igor SysoevJun 6, 2007 12:13 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: SSL cert vendors for use with nginx?Actions...
From:Geoffrey Grosenbach (boss@public.gmane.org)
Date:Jun 4, 2007 8:07:49 pm
List:ru.sysoev.nginx

On 6/4/07, Wayne E. Seguin
<wayn@public.gmane.org> wrote:

http://blog.imperialdune.com/2007/3/31/setting-up-godaddy-turbo-ssl-on-nginx

Good luck, and should you come across the solution please post it back to the list.

Awesome...the tips in the second link did it for me. I made a "combined.crt" file with

* My cert * Then the contents of the gd_intermediate_bundle.crt * I referenced the combined file with the "ssl_certificate" directive (The "ssl_client_certificate" directive was not needed).

The only other problem was that I was referencing the Google Analytics Javascript in an unsecured way, which gave me a broken lock at the top of my page. I followed these directions and now have a solid lock with no errors and no browser alerts.

http://www.google.com/support/analytics/bin/answer.py?answer=31846&useful=1&show_useful=1

Thanks!