Sentora Support Forums

Full Version: Sentora and all websites stopped working after installed SSL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello my friends,

i just tried to install SSL on sentora with this guide:

Code:
https://skippy.org.uk/ssl-on-zpanel-sentora/
i got SSL from comodo.

all my websites and sentora panel stopped working. is there anyway to help me with this issue? what kind of information i have to post here?

thank you Sad
Check how to section instead of third party websites that are not updated!
after i deleted this parts from httpd-vhosts.conf:

From Beginning of the file:

Code:
Listen 443

and change this line of my domain:

Code:
<virtualhost *:443>

TO:

Code:
<virtualhost *:80>

And removing this lines from my domain:

Code:
SSLEngine On SSLCertificateFile      /etc/ssl/certs/*** SSLCertificateKeyFile   /etc/ssl/certs/*** SSLCACertificateFile    /etc/ssl/certs/*** SSLCertificateChainFile /etc/ssl/certs/*** SSLProtocol -ALL +TLSv1 SSLHonorCipherOrder on SSLCipherSuite HIGH:!aNULL:!MD5

now everything is working like before without any problem. but i have to install SSL in one of my domains. is there any good guide to install SSL on domain with sentora? any tips?

thank you my friend  Cool
What about FreeSSL?

http://forums.sentora.org/showthread.php?tid=496

So easy with comodo while your back end remain HTTP.

I will post also another updated guide for a clean solution that works fine without messing up the panel until we offer a clean solution right off the panel.

M B
(02-24-2015, 03:21 AM)Me.B Wrote: [ -> ]What about FreeSSL?

http://forums.sentora.org/showthread.php?tid=496

So easy with comodo while your back end remain HTTP.

I will post also another updated guide for a clean solution that works fine without messing up the panel until we offer a clean solution right off the panel.

M B

but i just paid for comodo  Big Grin

Code:
I will post also another updated guide for a clean solution that works fine without messing up the panel until we offer a clean solution right off the panel.

i'll waiting for your guide my friend.

thanks

UPDATE:

i don't know why after i'm adding this lines:

Code:
SSLEngine on SSLCertificateFile /var/sentora/hostdata/zadmin/ssl_certs/***_com/***_com.crt SSLCertificateKeyFile /var/sentora/hostdata/zadmin/ssl_certs/***_com/***_com.key SSLCACertificateFile /var/sentora/hostdata/zadmin/ssl_certs/***_com/***_com.ca-bundle

everything will be stopped and nothing will working!