Problems with SSL Configuration
Hello,
I try to configure SSL for Calendar Server. All works OK, but after the first logging in of a user cshttpd is stopped. In the http.log (debug logging) is only written that the deamon is stopping, nothing else.
SSL Configuration in ics.conf:
encryption.rsa.nssslactivation = "on"
encryption.rsa.nssslpersonalityssl = "IDMTSSLServerCert"
encryption.rsa.nsssltoken = "internal"
service.http.ssl.cachedir = "."
service.http.ssl.cachesize = "10000"
service.http.ssl.certdb.password = "******"
service.http.ssl.certdb.path = "/var/opt/SUNWics5/alias"
service.http.ssl.port = "443"
service.http.ssl.port.enable = "yes"
service.http.ssl.sourceurl="https://islx01.idmt.fraunhofer.de:443"
service.http.ssl.ssl2.ciphers = ""
service.http.ssl.ssl2.sessiontimeout = "0"
service.http.ssl.ssl3.ciphers=rsa_rc4_40_md5,rsa_rc2_40_md5,rsa_des_sha,rsa_rc4 _128_md5,rsa_3des_sha"
service.http.ssl.ssl3.sessiontimeout = "0"
service.http.ssl.usessl = "yes"
service.http.tmpdir = "/var/opt/SUNWics5/tmp"
service.http.uidir.path = "html"
What is getting wrong?
Angela

