![]() |
|
Fail SSL install domain - 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: Fail SSL install domain (/showthread.php?tid=1880) |
Fail SSL install domain - foreveralone - 08-19-2015 Hi all, I have register SSL for StartSSL class 1 : Domain(abc.com) + subdomain(manage.abc.com) and I setup complete SSL for my sentora with subdomain: manage.abc.com Host sentora run hostname: manage.abc.com After, Have 1 problem : 1) I register domain abc.com and upload code (wordpress). 2) I search google my site . Google index my site : https://abc.com. - I click https://abc.com . it show panel login sentora - I click http://abc.com . it show my site -> ok So how can i fix it from https://abc.com to my site ? Thanks all RE: Fail SSL install domain - Me.B - 08-19-2015 guide used to setup ssl here? You can also use a .htacess to setup the https forward and force google to detect the right url. RE: Fail SSL install domain - foreveralone - 08-19-2015 (08-19-2015, 01:24 AM)Me.B Wrote: guide used to setup ssl here? Hi Me.B I think the problem here is that when access to the panel sentora https://abc.com. So I have to create a .htaccess ?? thank you RE: Fail SSL install domain - kandrews - 08-21-2015 If you wanted https://abc.com to point at your website: Module Admin -> Apache Config -> Virtual Host Overrides -> abc.com In here you will need to add the correct configs including the SSL cert configs. This will put a redirect from http to https in for you if you tick the appropriate box. Next rewrite the httpd-vhost.conf file using cron or wait 5 minutes. |