![]() |
|
SSL Issue - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: SSL Issue (/showthread.php?tid=1833) |
SSL Issue - wesleyr701 - 07-30-2015 Could anybody help me with solving a SSL issue. When i try to load site on https i getĀ ERR_CONNECTION_CLOSED Anybody pleaseĀ
RE: SSL Issue - clu55ter - 07-30-2015 Take a look at this it may be helpful. http://blogs.tanertemel.co.uk/2015/04/enable-https-ssl-via-sentora-for-secure.html?m=1 RE: SSL Issue - wesleyr701 - 07-30-2015 (07-30-2015, 03:11 AM)clu55ter Wrote: Take a look at this it may be helpful. http://blogs.tanertemel.co.uk/2015/04/enable-https-ssl-via-sentora-for-secure.html?m=1 Sorry forgot to say i'm running centos 7 not ubuntu RE: SSL Issue - clu55ter - 07-30-2015 Have you checked the Sentora FAQs? Follow my tutorial but use the centos info linked http://docs.sentora.org/?node=20here. RE: SSL Issue - wesleyr701 - 07-30-2015 (07-30-2015, 04:22 AM)clu55ter Wrote: Have you checked the Sentora FAQs? Follow my tutorial but use the centos info linked http://docs.sentora.org/?node=20here. Thanks almost got it working but now when i enable Port Override 443 It ony load my site on https normal http loads only sentora login page RE: SSL Issue - wesleyr701 - 07-31-2015 Anybody that can help me please RE: SSL Issue - TGates - 07-31-2015 Use a .htaccess file. Code: # Redirect http to https
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}RE: SSL Issue - wesleyr701 - 07-31-2015 (07-31-2015, 01:44 AM)TGates Wrote: Use a .htaccess file. Thanks but it's a online store only the checkout page must be loaded with https RE: SSL Issue - apinto - 07-31-2015 (07-31-2015, 07:38 AM)wesleyr701 Wrote:(07-31-2015, 01:44 AM)TGates Wrote: Use a .htaccess file. So change the .htaccess to meet your requirements? :\ http://www.htaccessredirect.net/ RE: SSL Issue - wesleyr701 - 08-01-2015 (07-31-2015, 07:51 AM)apinto Wrote:(07-31-2015, 07:38 AM)wesleyr701 Wrote:(07-31-2015, 01:44 AM)TGates Wrote: Use a .htaccess file. Sorry but i don't get it its a running prestashop and when i try to enable ssl in the back office not is happing but when i enable ssl in phpmyadmin i get ERR_TOO_MANY_REDIRECTS . |