Ok. I got this fixed. Getting rid of the ResourceService section started calendarserver. It is actually not there in the default conf/caldavd.plist. Not sure why I had added it. Thanks, Rahul. On Thursday 15 October 2015 04:11 PM, Rahul Amaram wrote:
Tried all your suggestions. Unfortunately, it doesn't help.
Log level is already set to debug. But I am not getting any more information than what I have shared in my previous mail attachment error.log.
Thanks, Rahul.
On Thursday 15 October 2015 03:38 PM, Andre LaBranche wrote:
On Oct 15, 2015, at 3:05 AM, Andre LaBranche <dre@apple.com> wrote:
Hi,
You are missing:
<!-- HTTP port [0 = disable HTTP] --> <key>HTTPPort</key> <integer>8008</integer> Oops, you're not missing that one.
<!-- SSL port [0 = disable HTTPS] --> <!-- (Must also configure SSLCertificate and SSLPrivateKey below) --> <key>SSLPort</key> <integer>8443</integer>
... but you are missing SSLPort, and it won't use SSL without setting this.
-dre