[CalendarServer-users] SSL Ciphers

R.Sv. rsv at balsec.com
Tue Mar 11 01:02:29 PDT 2014


On 10.03.2014 00:23, m at ainc.be wrote:
> I've setup the latest version of CalendarServer on Wheezy and 
> everything works fine with the exception of SSL functionality. The 
> public, private and CA cert files are configured as described in the 
> default configuration and they are accessible by CalendarServer. 
> Nothing can connect to the SSL port, and neither the access or error 
> logs show anything. Phython2.7 is listening on the SSL port. The only 
> thing I could get was from Firefox giving the error: (Error code: 
> ssl_error_no_cypher_overlap). I tried setting the SSLChiphers key to 
> ALL in caldavd.plist but nothing happened.
> _______________________________________________
> calendarserver-users mailing list
> calendarserver-users at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/calendarserver-users

Hi m at ainc.be

we had also problems with SSL and calendarserver 3 under Wheezy. It all 
was solved when we added the server certificate also the the chain 
certificate:
  - SSLCertificate => single server cert
  - SSLAuthorityChain => server cert,  issuing/intermediate cert(s), 
root cert (with "cat >> chain-file")

Give it a try, our SSL works fine now, without any cipher settings

best regards, Radim


More information about the calendarserver-users mailing list