This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

SSL Not working
#1
SSL Not working
Hello!

We have installed SSL following all steps mentioned here: http://www.tanertemel.co.uk/2016/04/sent...icate.html 

But when browse to website with HTTPS, it shows the message: "The document has moved here" as shown here: http://storage7.static.itmages.com/i/17/...6d43ea.png

After removing SSL, the normal http works fine. 

Please let me know.

Kind regards!
Reply
Thanks given by:
#2
RE: SSL Not working
I suggest using one of the Let's Encrypt tutorials in our Docs and just edit the SSL file/folder paths and names to match your configuration. (If you already have your own Certificate, of course you can skip the installation parts of Let's Encrypt.)
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:
#3
RE: SSL Not working
(07-19-2017, 03:39 AM)TGates Wrote: I suggest using one of the Let's Encrypt tutorials in our Docs and just edit the SSL file/folder paths and names to match your configuration. (If you already have your own Certificate, of course you can skip the installation parts of Let's Encrypt.)

@TGates,

Thank you so much for your reply.

I have also followed this documentation: http://docs.sentora.org/?node=21 but still the same issue.

We have purchased SSL Certificates from GoDaddy.

Please let me know.

Kind regards!
Reply
Thanks given by:
#4
RE: SSL Not working
(07-19-2017, 04:46 AM)honey_sh Wrote: @TGates,

Thank you so much for your reply.

I have also followed this documentation: http://docs.sentora.org/?node=21 but still the same issue.

We have purchased SSL Certificates from GoDaddy.

Please let me know.

Kind regards!

I have not used or tested the tutorials for Ubuntu or CentOS. By looking at them they are a bit more complicated compared to the detailed ones I wrote for Let's Encrypt. I know those will work if you just change the file and folder paths Wink

Basically:

Put your Certificates here (Create folder if needed setting permissions to match the [username] folder):
Code:
/var/sentora/hostdata/[username]/ssl/

Then:
Changing Domain port:
On Sentora Panel go to Admin -> Module Admin -> Apache Config > Override a Virtualhost [Select VHost] ->
Tick Port Override.
Forward Port 80 to Overriden Port: 443
Custom Entry:

Don't forget to replace domain.cert and domain.key with your certificate's file names and [username] with the proper user name:

Code:
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /var/sentora/hostdata/[username]/ssl/domain.cert
SSLCertificateKeyFile /var/sentora/hostdata/[username]/ssl/domain.key
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off

 Save Vhost.

Wait on daemon update or run it manually and restart apache.
NOTICE: For CentOS replace apache2 with httpd

Code:
php -q /etc/sentora/panel/bin/daemon.php
service apache2 restart


Your domain should now be secured by SSL.
You can test it here: https://www.ssllabs.com/ssltest/
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Add on Domains not working but Main domain works luckyviet 2 5 ,427 03-18-2020, 07:38 PM
Last Post: AanaNahum
subdomains live but not working..!! natimctat 2 7 ,454 01-27-2020, 06:47 PM
Last Post: Shabbirhasan
working on single domain bahabi 1 4 ,301 08-27-2019, 12:06 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)