[opencms-dev] Urgent!!! OpenCMS 6.2.0 slows down when using SSL

Oliver Pereira Oliver.Pereira at dna.co.uk
Wed May 17 18:44:22 CEST 2006


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/20060517/c6a9910c/attachment.htm>


More information about the opencms-dev mailing list