Forums

SSL Certificate from Namecheap

I just purchased an SSL certificate from Namecheap. The first question they ask to activate this is the server type. I can't find this information anywhere on your site. I'm assuming it's an Apache server, but with what i.e. : Open SSL, MOD SSL, Raven, SSLeay, ApacheSSL or nginx?

It doesn't really make any difference, they're just trying to customise the instructions for people who are going to have to manually add their certificate to their own servers... Pick nginx if you have to pick something.

The important thing is that, by the end of the process, you should have a full certificate chain (with several BEGIN CERTIFICATE / END CERTIFICATE blocks), and a private key, save somewhere in your files area. Detailed info here: https://www.pythonanywhere.com/wiki/SSLOwnDomains

Thanks Harry. It's all setup now and I've got SSL working.

Thanks for confirming!