Where's a good place to buy an SSL Certificate?

Kelemvor

Lifer
May 23, 2002
16,928
8
81
Not sure which forum this fits in so here it is...

Anyway, my wife has a website with a "Store" on it. She doesn't actually sell anything but uses it when she places group orders for people so everyone can tell her what they want. No payments are processed over the website or anything like that.

Everyone does make an account to log into the store so I'm investigating making it a secure connection for that reason.

I've seen tons of various SSL certificate options from very cheap to crazy expensive but don't really know what the differences are and why I'd want anything other than the cheapest one I can find.

Can anyone offer any assistance with that?

Thanks!
 

MixMasterTang

Diamond Member
Jul 23, 2001
3,167
176
106
The main thing is to get one from a trusted source otherwise people visiting the page may possibly get SSL issues if they haven't updated their root certificate chain in a while. So some of the cheap ones may work for the most part they may display a non-trusted cert message for some people using older O/S's and the like.
 

John Connor

Lifer
Nov 30, 2012
22,757
618
121
I use StartSSL (which is free) and Lets Encrypt which should be in your cPanel.

If you use CloudFlare, I guess they can issue one too.

Note: When I tried Lets Encrypt in cPanel they made a HEAD request to the site. Since I block HEAD it didn't work to issue a Cert. I temp removed the htaccess HEAD block and got the Cert. Waited the three months until renew and I was still renewed even after placing my HEAD block back in htaccess. So that's good to know.
 

Kaido

Elite Member & Kitchen Overlord
Feb 14, 2004
50,989
6,906
136

Kelemvor

Lifer
May 23, 2002
16,928
8
81
One other thing I forgot to mention is that I'm currently on a shared host (hostpc.com) and they said I need to get a dedicated IP in order to use an SSL cert. Does that sound normal? Seems legit but I've never used an SSL cert on a personal domain before.

Thanks.
 
Feb 25, 2011
16,992
1,621
126
One other thing I forgot to mention is that I'm currently on a shared host (hostpc.com) and they said I need to get a dedicated IP in order to use an SSL cert. Does that sound normal? Seems legit but I've never used an SSL cert on a personal domain before.

Thanks.
That isn't technically true - you can do ssl certs on virtual hosts that share an IP.

But it might not be how hostpc does things. (Either due to process limitations, limitations of their automation/config management software, or intentional market segmentation.)