Current time: 04-25-2024, 08:34 AM Hello There, Guest! (LoginRegister)


Post Reply 
SSL and Normal login panel at the same time.
Author Message
aseques Offline
Member
*****
Dev Team

Posts: 330
Joined: May 2008
Reputation: 4
Post: #10
RE: SSL and Normal login panel at the same time.
Hello everyone,
I am the author or the ssl_made_easy, also the current mantainer of another tutorial:
http://www.isp-control.net/documentation...efaultport

(05-04-2010 12:35 AM)TheCry Wrote:  My friend...
That's a poor config...
Since this is based on what I did, I'll tell why it's done that way (in a single file). Basically the problem with separate files is that you cannot use wildcards.

The most interesting part of this configuration is the:
Code:
RewriteCond %{HTTP_HOST}   ^webmail\..* [NC]
    RewriteRule ^/(.*)         https://{BASE_SERVER_VHOST}/tools/webmail/ [R=301]
If you put that on 00_master_ssl.conf, it won't work, because the wildcards are only watched on the first file (it was a long time ago I did that, but it think it's still that way)

Finally, I'd recommend to use this setup:
http://www.isp-control.net/documentation...efaultport

It' allows you to have a ssl secured panel (the one at 8443) while having a ssl server in port 443 for the people that want https, but don't need a proper certificate+ip
05-04-2010 01:05 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SSL and Normal login panel at the same time. - aseques - 05-04-2010 01:05 AM

Forum Jump:


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