SSL works for panel - not for domain - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: SSL works for panel - not for domain (/thread-7392.html) |
RE: SSL works for panel - not for domain - kilburn - 08-05-2009 06:25 PM I can't see how my proposed change implies any security risk, can you elaborate on that? RE: SSL works for panel - not for domain - thibotus01 - 08-05-2009 06:26 PM I changed this, but why you told me to use HTTP_PORT instead of SERVER_NAME? RE: SSL works for panel - not for domain - kilburn - 08-05-2009 10:25 PM I told you to use HTTP_HOST, not HTTP_PORT. This is because SERVER_NAME is replaced by the server name as set by the ServerName directive in the VirtualHost configuration, whereas HTTP_HOST is replaced by the hostname as supplied by the connecting client. I thought that this may solve your problem where all clients were being redirected to the master domain... RE: SSL works for panel - not for domain - thibotus01 - 08-06-2009 06:01 AM No the problem of redirecting, is normal, because the SSL is called before apache rules. And for the same IP, whatever the domain, it will redirect me to the first virtual host with 443... 1 ip per domain per ssl. or I have to change port, that's what I did. RE: SSL works for panel - not for domain - thibotus01 - 08-06-2009 09:31 PM Is that normal when I click to the link to open phpMyAdmin, I got redirect to the index page? https://domain.tld/client/sql_auth.php?id=2 Goes : https://domain.tld/client/index.php Due to https? |