Page 1 of 1

SSL via StartSSL

Posted: Mon Mar 24, 2014 4:07 pm
by ASNight
How to add SSL via StartSSL service.

Just I got Private Key certificate by Certificates Wizard on this service.
After got certificate for domain, but I can't to add this certificates via VestaCP panel by using "SSL Certificate" check pressing, just they using three field to be filling, and I can't understand what I need to put inti third field, by the way I got error did I this after.

Give me step by step instruction to do it.

Re: SSL via StartSSL

Posted: Tue Mar 25, 2014 3:32 pm
by misak35
ASNight wrote:How to add SSL via StartSSL service.

Just I got Private Key certificate by Certificates Wizard on this service.
After got certificate for domain, but I can't to add this certificates via VestaCP panel by using "SSL Certificate" check pressing, just they using three field to be filling, and I can't understand what I need to put inti third field, by the way I got error did I this after.

Give me step by step instruction to do it.
Read this viewtopic.php?f=11&t=4507

Re: SSL via StartSSL

Posted: Wed Oct 19, 2016 2:30 pm
by DemSky
I input SSL like that:
Image
Then add into .htaccess redirect from http to httpS

Code: Select all

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

Re: SSL via StartSSL

Posted: Wed Oct 26, 2016 5:41 am
by locus
I think Mozilla is dropping StartSSL CA due to dodgy disclosure etc. Have you tried Letsencrypt?

Re: SSL via StartSSL

Posted: Fri Oct 28, 2016 7:28 am
by skurudo
locus wrote:I think Mozilla is dropping StartSSL CA due to dodgy disclosure etc. Have you tried Letsencrypt?
LE or CloudFlare SSL will be good, if StartSSL / WoSign get ban from Mozilla.
But I personally think, Mozilla's people don't have balls to do this.