Mobile app version of vmapp.org
Login or Join
Jamie184

: Are self-signed SSL certificates allowed by shared hosting providers? I have contacted my hosting provider (GoDaddy.com) about how to implement self-signed SSL certificate in my server. Their support

@Jamie184

Posted in: #Openssl #SecurityCertificate #SharedHosting #WebHosting

I have contacted my hosting provider (GoDaddy.com) about how to implement self-signed SSL certificate in my server. Their support team replied to me that they don't provide this for shared hosting.

Is self-signed SSL certificates using OpenSSL not allowed by any shared hosting providers?

What might be the reason behind that?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

GoDaddy does not support installing self-signed SSL certificates in shared web hosting accounts, as can be confirmed from this thread: Does shared hosting support installing self-signed certificates?.

GoDaddy's shared web hosting accounts use a custom control panel (not cPanel, Plesk, etc...) that doesn't provide the option to install SSL certificates. They need to be provisioned by their SSL department and installed on a shared web hosting account with a dedicated IP address. When you order an SSL with them, they'll convert your shared web hosting account from using a shared IP address to using a dedicated IP address.

If you upgrade your shared hosting account to a VPS or dedicated server, you will be able to use a self-signed SSL certificate (either with cPanel or Plesk as the control panel, or manually since you'll have root access).

It is possible to add a self-signed SSL to a shared web hosting account with a dedicated IP address, but unfortunately not at most web hosting companies that use custom control panels (as many larger ones do to save license fees, streamline options for users, etc...).

10% popularity Vote Up Vote Down


 

@Rivera981

Generally no they are not and they are not recommended either to be used in general. The reason is that they can't be validated or reasonably confirmed to be valid. There is no certificate authority that can vouch for it, such as Verisign, GeoTrust, or even GoDaddy itself. The trust attributed to a certificate is mainly who has vouched for it and how it was verified or issued. Self signed, they only have your word for it, anyone can create an SSL that says anything.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme