Hi Mark, --On January 5, 2010 7:14:19 AM -0600 Mark Nipper <nipsy@bitgnome.net> wrote:
Oh and also check DNS. You need to have A and PTR records set correctly for your server.
All of this is fine. Everything works via HTTP. And none of this would matter anyway with HTTPS. You would simply get warnings from the client (Firefox for example) if the host name didn't match what was in the certificate presented. But it's not even getting that far.
Try using the openssl command line tool from a shell to connect to your server. That can print out lots of useful debugging information:
openssl s_client -connect host.example.com:8443 -debug
Also note that the server is explicitly set to use SSLv3_METHOD protocol rather than SSLv23_METHOD. It maybe your client cannot cope with that, in which case you will need to adjust the value in the caldavd.plist (or update the client). -- Cyrus Daboo