Current time: 11-26-2024, 12:49 PM Hello There, Guest! (LoginRegister)


Post Reply 
SSL works for panel - not for domain
Author Message
thibotus01 Offline
Junior Member
*

Posts: 47
Joined: Feb 2009
Reputation: 0
Post: #1
SSL works for panel - not for domain
Hi, this is the begining of 00_master.conf :

Code:
<VirtualHost IP:80>

RewriteEngine on
RewriteCond %{SERVER_PORTS} !^443$
RewriteRule ^(.*)?$ https://%{SERVER_NAME}/ [L,R]

</VirtualHost>


<VirtualHost IP:443>

SSLEngine On
SSLCertificateFile /etc/ssl/certs/domain.panel.tld.crt
SSLCertificateKeyFile /etc/ssl/certs/domain.panel.tld.key

...................

when I go to the panel via http, it redirects me to https, and all works fine

And this the ispcp.conf :

Code:
# httpd [domain2.tld] sub entry BEGIN.

<VirtualHost IP:443>

SSLEngine On
SSLCertificateFile /etc/ssl/certs/domain2.tld.crt
SSLCertificateKeyFile /etc/ssl/certs/domain2.tld.key

When I go to https://domain2.tld I got "Problem Loading Page' 'Unable to Connect'". But via http is still working. Why that? The 443 port is specified!
08-04-2009 10:27 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
SSL works for panel - not for domain - thibotus01 - 08-04-2009 10:27 PM

Forum Jump:


User(s) browsing this thread: 8 Guest(s)