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

Jonathan Woods jonathan.woods at scintillance.com
Thu May 18 12:35:10 CEST 2006


Sorry; not tried OpenCms+SSL yet.   But I wonder if the IE padlock behaviour
is down to the fact that your pages mix secure and insecure resources - e.g.
images, stylesheets.
 
Jon

  _____  

From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Oliver Pereira
Sent: 18 May 2006 11:10
To: opencms-dev at opencms.org
Subject: [opencms-dev] RE: Urgent!!! OpenCMS 6.2.0 slows down when using SSL


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/76cfd9da/attachment.htm>


More information about the opencms-dev mailing list