Page 1 of 1

cant login to /sac after changing to https

Posted: Wed May 14, 2008 11:22 am
by sebingel
hello,

i changed the whole server access to https only like described in the Scalix_Setup_Guide_11.0.2.pdf -> To configure Apache to start with SSL and i worked through http://www.scalix.com/wiki/index.php?ti ... _use_https

i can log in to /webmail without any problem but when i try to login into /sac i receive this message

Code: Select all

Could Not Login
Could not fetch configuration information.
Possible problem with administration server

Code: Select all

Anmeldung konnte nicht durchgeführt werden Konfigurationsdateien konnten nicht geladen werden. Ein Problem mit dem Administrationsserver ist aufgetreten.


i also experience problems with the mobile access /m. every login gets a bad password message...

i hope you can help me

sebingel

Posted: Thu May 15, 2008 3:23 am
by sebingel
if i reset all my changes to default scalix settings after installation it works...

here are the changes i made to get https to work:
i edited /etc/opt/scalix-tomcat/connector/ajp/instance-mail1.conf where instance is my mailnode.

Code: Select all

<VirtualHost datasec.de: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-instance.*.conf
</VirtualHost>

and i changed APACHE_SERVER_FLAGS="" to APACHE_SERVER_FLAGS="SSL" in /etc/sysconfig/apache2

where is my fault?

what else do i have to change?

sebingel