Checking the crash report, the error seems to be:Symbol not found: _SSLCreateContext
After some googling, it seems that that symbol wasn't introduced until OSX 10.8
After some further digging around the web, it seems that on OSX the app uses the SecureTransport protocol instead of OpenSSL.
If there were a way to have it use OpenSSL over SecureTransport, that would fix this (or am I talking complete nonsense here? )
I haven't found a way to work around this. Does anyone have any ideas?
Michiel