Jens W. - 2011-06-30

I've got the same problem.. I'm currently testing which urls should be available without SSL.

My apache vhost for http has the following lines - but it is not yet complete:

RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTPS} ^off$
RewriteCond %{REQUEST_URI} !^/fog/status/
RewriteCond %{REQUEST_URI} !^/fog/wol/
RewriteCond %{REQUEST_URI} !^/fog/service/
RewriteCond %{REQUEST_URI} !^/fog/management/css/
RewriteRule ^/(.*)$ https://%\{HTTP_HOST}/$1 [R=301,L]