Current time: 05-19-2024, 04:13 AM Hello There, Guest! (LoginRegister)


Post Reply 
SSL works for panel - not for domain
Author Message
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #11
RE: SSL works for panel - not for domain
you need to have a IP and a Certificate (cn should be domainname) for each virtualhost...
08-05-2009 12:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #12
RE: SSL works for panel - not for domain
yeah, but if you give hope to unaware users they'll waste our time whining about it Wink
08-05-2009 12:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #13
RE: SSL works for panel - not for domain
(08-05-2009 12:40 AM)kilburn Wrote:  yeah, but if you give hope to unaware users they'll waste our time whining about it Wink

right again... I plead guilty :-)
08-05-2009 12:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
thibotus01 Offline
Junior Member
*

Posts: 47
Joined: Feb 2009
Reputation: 0
Post: #14
RE: SSL works for panel - not for domain
I'm not sure if I have understood. I can't access to my panel via https and also to a domain via https?

I msut have 2 different IP?
08-05-2009 12:45 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #15
RE: SSL works for panel - not for domain
(08-05-2009 12:45 AM)thibotus01 Wrote:  I'm not sure if I have understood. I can't access to my panel via https and also to a domain via https?

I msut have 2 different IP?

yes you have!
08-05-2009 12:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
thibotus01 Offline
Junior Member
*

Posts: 47
Joined: Feb 2009
Reputation: 0
Post: #16
RE: SSL works for panel - not for domain
Actually I do have two different IP. One for my pannel, and the other one for the domains.
08-05-2009 12:55 AM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #17
RE: SSL works for panel - not for domain
Post your configuration files then, as when using different IP's it should work without problems...
08-05-2009 01:01 AM
Visit this user's website Find all posts by this user Quote this message in a reply
thibotus01 Offline
Junior Member
*

Posts: 47
Joined: Feb 2009
Reputation: 0
Post: #18
RE: SSL works for panel - not for domain
OMG, I don't know why, but It works now.... :s
There are so many files beetween 00_master.conf ispcp.conf / ispcp/domain.tld.conf
Maybe I didn"t upload one during my edit in local... I don't know lol.

It seems works.
But all my domain in https are redirected to the one I specified. It's not very good, but I think we can't do anything about that.
(This post was last modified: 08-05-2009 01:15 AM by thibotus01.)
08-05-2009 01:13 AM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #19
RE: SSL works for panel - not for domain
Just replace ${SERVER_NAME} for ${HTTP_HOST} here:
Code:
RewriteEngine on
RewriteCond %{SERVER_PORTS} !^443$
RewriteRule ^(.*)?$ https://%{SERVER_NAME}/ [L,R]
(This post was last modified: 08-05-2009 05:20 PM by kilburn.)
08-05-2009 05:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
thibotus01 Offline
Junior Member
*

Posts: 47
Joined: Feb 2009
Reputation: 0
Post: #20
RE: SSL works for panel - not for domain
Security risk?
(This post was last modified: 08-05-2009 05:40 PM by thibotus01.)
08-05-2009 05:40 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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