Hi Guys,
I'm using nginx as a reverse proxy for a local site, to allow https access. The site is
https://members.sealsswimming.co.uk , it is a reverse proxy to
http://members.sealsswimming.co.uk . Bear in mind this is a live site for a real company (but no-one's been informed about / linked to the https port). To view pages without the silly "mixed content" warnings, you can use
https://members.sealsswimming.co.uk/noimages.htmlIt uses a certificate bought from 123-reg, provided by Alpha SSL.
I've tried setting up the certificates as per these instructions:
http://www.digicert.com/ssl-certificate-installation-nginx.htm , using the certificate from here
http://www.alphassl.com/support/install-root-certificate.html - which I've appended to my own key.
The server "works" and does not make any errors to the terminal or the log file.
However, on some machines, Firefox is whinging about the site not being trusted, and some SSL checkers are having problems:
-http://www.sslshopper.com/ssl-checker.html
-http://www.codefromthe70s.org/certcheck.aspx?t=members.sealsswimming.co.uk
interestingly, this one is ok:
http://www.digicert.com/help/Does anyone have a clue why this isn't working?
Andy