I'm having a problem getting SSL to work with SOGo web access and ActiveSync.

In Apache I redirect everything to SSL in 000-default.conf:
<VirtualHost *:80>ServerName mail.mydomain.comRedirect permanent / 
https://mail.mydomain.com/</VirtualHost>
This works great for everything, except when accessing SOGo.
When I go to https://[mail.mydomain.com]/SOGo the  login page loads https 
correctly, but as soon as I click "connect", I get redirected to http and the 
page doesn't load properly because of mixed http and https calls.
After getting redirected to http I can I can force "https:" in the URL bar, 
then it will load correctly.
I think the problem may be the http ProxyPass statements in the Apache 
SOGo.conf file:
ProxyPass /Microsoft-Server-ActiveSync \ 
http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync \ retry=60 
connectiontimeout=5 timeout=3540
ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
I have tried changing these ProxyPass statements to https (and turning on 
SSLProxyEngine).This failed.I have also changed 127.0.0.1 to mail.mydomain.com 
(which resolves locally to 127.0.0.1) and this still fails with "internal 
server error".
Any ideas how I can stop SOGo from redirecting to http?
Also is there a way to force ActiveSync to use SSL?
Thank you for any help!

-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to