Exclusive - free SSL to all our customers

#1
At PlanetHoster, security is no longer a paid or complexe option; after the VPN service, we offer to our customers, having a hosting account, the opportunity to benefit from one or more free SSL certificates. As we are a web hosting company, it is our contribution to safer web browsing, by encrypting all exchanges between clients and servers.

You may have noticed the addition of an icon in your cPanel named "PHSSLFree" which will allow you in the coming days to activate quickly (only one click) SSL certificate issued by the Let's Encrypt CA.


upload_2015-12-18_9-6-46.png


In addition to security, HTTPS provides greater confidence by displaying the secure padlock,as well as a better ranking in search engines like Google. Go with HTTP / 2 and the performance of your site will remain optimal.

We set up a community forum to provide assistance. If you have any questions in relation to this new functionality available in the coming days, we invite you to visit our forum at the following link: PlanetHoster Forum

The PlanetHoster Support team does not offer support with free SSL certificates.


For professional use, we recommend SSL certificates with insurance ($ 10,000 or more) by the issuer in case of security breach. For e-commerce websites, certified with an SSL certificate validation (EV SSL) provides the confidence of the visitor. For more information, you can consult our offers :

https://www.planethoster.com/en/SSL-Certificates

or contact our sale department :

https://www.planethoster.com/en/Contact

Email : [email protected]
 
Dernière édition par un modérateur:
#3
My blog is on the blogger platform. So it's not possible place the SSL right? I have already tryed a lot of things. :(
The blog is: http://www.dicasnewyork.com.br/
If you purchase a hosting service with us and have your domain with another provider, we can definitely get an SSL certificat installed.

I encourage you to take a look at our website https://www.planethoster.com/en/ to see the different hosting options and certificats that we offer.

Should you have any questions or concerns, do not hesitate to communicate with us by Chat or by Phone.
 

Heyme

New Member
#4
I activated the SSL yesterday for my domain handmadeineurope.com, but do not see the https or green padlock yet.
Is there anything else I should be doing? Modify the acces file or redirect to https?
When I type https before the domain I get errors of mixed content, or the 'Site unavalaible' message from Planethoster.
Thx
Heyme
 
#5
I activated the SSL yesterday for my domain handmadeineurope.com, but do not see the https or green padlock yet.
Is there anything else I should be doing? Modify the acces file or redirect to https?
When I type https before the domain I get errors of mixed content, or the 'Site unavalaible' message from Planethoster.
Thx
Heyme
Hello Heyme,

I've double checked with SSL checker and your SSL certificate for this domain is valid and working.

Here is a simple procedure to follow for the redirection:

Following the installation of SSL Certificate, the traffic will not necessarily be redirected to HTTPS.

If you use a CMS Ex: Wordpress, you can create this redirection from the administration.

Otherwise, you must edit or create a .htaccess file in the root of your site.

For a simple traffic redirection, add the following code:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Warning: If you have several additional domains in your public_html, the redirection will cause problems, it will redirect all traffic to https.

(Even for domains without a certificate) ERROR!

This code will allow you to redirect, while validating the field.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^YourDomaine\.com [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}

Should you have any questions or concerns, do not hesitate to communicate with us by phone, chat or by ticket, anytime. We will be happy to answer all your questions:

https://my.planethoster.net/my-supports
 
Haut