[opencms-dev] RE: Urgent!!! OpenCMS 6.2.0 slows down when using SSL
Oliver Pereira
Oliver.Pereira at dna.co.uk
Thu May 18 12:10:13 CEST 2006
Anybody?
Btw I upgraded to 6.2.1 but the https site is still slow
________________________________
From: Oliver Pereira
Sent: 17 May 2006 17:44
To: opencms-dev at opencms.org
Subject: Urgent!!! OpenCMS 6.2.0 slows down when using SSL
Importance: High
Hi All,
I have 2 issues when using OpenCMS (Dynamic site) on port 443
(SSL)
1) The site runs slowly when accessing the published site via
"https"
2) When use the following rule in Apache, the site gets
redirected to the secure part when a user tries to access the shop URL
and switches back to the non-secure site when accessing any other URL.
But the lock on IE appears and disappears and the page properties shows
the page being secure.
# the request was via https
RewriteCond %{HTTPS} ^on$
RewriteRule !^/corporate/shop/ - [C]
RewriteRule ^/(.*) http://%{SERVER_NAME}/$1 [R=301,L]
RewriteCond %{HTTPS} !=on$
RewriteRule ^/corporate/shop/?(.*)
https://%{SERVER_NAME}/corporate/shop/$1
<https://%{SERVER_NAME}/corporate/shop/$1> [R=301,L]
Basically because the site runs slow via SSL, I want to SSL to
be turned off when using the other parts of the site other than the shop
section.
Any ideas?
Regards,
Oliver
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060518/e649cd21/attachment.htm>
More information about the opencms-dev
mailing list