Hey Everyone!
I've run into a weird problem with SSL; I've (re)configured Apache to redirect all requests to https URLs using:
RewriteEngine On
RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
SWA works great, the SAC login console loads too but won't let me log in (which it will without the SSL configuration). The only error I can make out from caa.log with the SSL rewrite turned on is:
2006-05-26 23:53:09,924 FATAL [RESServiceHandler.GetMailNodesList:828] java.io.IOException: White spaces are required between publicId and systemId.:server.name.com
I saw some variations of SSL and SAC problems in the forums but didn't hit anything that would let me fix this. Any takers?