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

[1190 byte] By [geli27] at [2007-11-25 17:24:43]
# 1

Angela,

We had similar problems with our Calendar Server 6 installation. After lots of googling, we eventually found a patch on the sunsolve site. The patch claims to be for Calendar Server 6.1, but its actually a patch for 6.0, which I assume takes it up to 6.1.

After installing this patch, our calendar server worked fine with HTTPS requests.

Simon

sjt_bhamcs at 2007-7-3 13:07:04 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2
Thank you vor your tip. Now it does not crash anymore, but after the first logging in of a user we get the error "not found" from the system and nothing on the browser is displayed except the error message. The ics.conf is the same as in my posting above.Yours,Angela
geli27 at 2007-7-3 13:07:04 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...