I disabled port 80 access to the server for https only SWA
#<VirtualHost <hostname>:80>
# Include /etc/opt/scalix-tomcat/connector/ajp/app-<servername>.*.conf
#</VirtualHost>
<VirtualHost <hostname>:443>
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
SSLCertificateFile /etc/pki/tls/certs/localhost.crt
SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
Include /etc/opt/scalix-tomcat/connector/ajp/app-<servername>.*.conf
</VirtualHost>
Users are accessing SWA on https OK. But the admin mode "https://hostname/sac" is broken.
The server refuse sxadmin to logon. It appears server authenticates on port 80 in the admin mode.
Is there a way to get around this? I want to be able to administrate the server via https.
Ken
~