In Ubuntu 12.04 the Evernote PHP SDK always gives an error:
Uncaught TTransportException: exception 'TTransportException' with message 'THttpClient: Could not connect to sandbox.evernote.com:443/edam/user'
I was able to fix this issue in my WAMP server by allowing the extension php_openssl.dll
. But, had no success in Ubuntu 12.04 with php_openssl.so
.
Any ideas about what the fix is?