#1
Posted 11 June 2012 - 04:40 PM
With the latest version of OpenSSL, (Ubuntu 12.04) nothing works. Failing at the handshake level itself.
For example, do a curl or wget to https://sandbox.evernote.com or https://www.evernote.com
Connecting to sandbox.evernote.com (sandbox.evernote.com)|204.154.94.71|:443... connected.
Unable to establish SSL connection.
This is what you get. Please address this issue. Not able to use the OAuth API at all. It works with others.
For example : able to wget https://www.facebook.com
#2
Posted 11 June 2012 - 05:11 PM
#3
Posted 11 June 2012 - 05:34 PM
#4
Posted 12 June 2012 - 01:49 AM
#5
Posted 12 June 2012 - 06:44 AM
I have even tried disabling ssl checks. No good either.
#6
Posted 12 June 2012 - 05:14 PM
For anyone who finds this post by google: QT 4.6.2 comes prebuilt with the correct SSL version to communicate with evernote oauth.
#7
Posted 14 June 2012 - 09:00 AM
If I force in the wget or curl to use SSLv3 it works OK. Does anybody know where in the SDK I can force the comunication with Evernote to use SSLv3? Currently I'm stocked authenticating the user with OAuth, I get this error:
Message: OAuth::getRequestToken(): Failed to enable crypto
When executing:
$oauth = new OAuth(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET);
$requestTokenInfo = $oauth->getRequestToken(REQUEST_TOKEN_URL, $this->get_callback_url());
Any idea anyone? Thanks for your time!
#8
Posted 14 June 2012 - 11:01 AM
https://bugs.launchp...ssl/ bug/965371
And still open
The workaround is fix a protocol (f.i TLSv1 or SSLv3) when doing a GET.. Does anyone knows how to do this when using OAuth in SDK for PHP?
Cheers
#9
Posted 28 June 2012 - 07:09 AM
#10
Posted 07 July 2012 - 01:02 PM
#11
Posted 07 July 2012 - 01:18 PM
$ gnutls-cli-debug www.evernote.com -p 443 Resolving 'www.evernote.com'... Connecting to '204.154.94.81:443'... Checking for SSL 3.0 support... yes Checking whether %COMPAT is required... yes Checking for TLS 1.0 support... yes Checking for TLS 1.1 support... no Checking fallback from TLS 1.1 to... failed Checking for TLS 1.2 support... no Checking whether we need to disable TLS 1.0... N/A Checking for Safe renegotiation support... no Checking for Safe renegotiation support (SCSV)... no Checking for HTTPS server name... not checked Checking for version rollback bug in RSA PMS... no Checking for version rollback bug in Client Hello... no Checking whether the server ignores the RSA PMS version... yes Checking whether the server can accept Hello Extensions... yes Checking whether the server can accept cipher suites not in SSL 3.0 spec... yes Checking whether the server can accept a bogus TLS record version in the client hello... yes Checking for certificate information... N/A Checking for trusted CAs... N/A Checking whether the server understands TLS closure alerts... no Checking whether the server supports session resumption... no Checking for export-grade ciphersuite support... no Checking RSA-export ciphersuite info... N/A Checking for anonymous authentication support... no Checking anonymous Diffie-Hellman group info... N/A Checking for ephemeral Diffie-Hellman support... no Checking ephemeral Diffie-Hellman group info... N/A Checking for AES cipher support (TLS extension)... yes Checking for CAMELLIA cipher support (TLS extension)... no Checking for 3DES cipher support... yes Checking for ARCFOUR 128 cipher support... yes Checking for ARCFOUR 40 cipher support... no Checking for MD5 MAC support... no Checking for SHA1 MAC support... yes Checking for max record size (TLS extension)... no Checking for OpenPGP authentication support (TLS extension)... no
#12
Posted 07 July 2012 - 05:55 PM
http://goo.gl/N0KIm
#13
Posted 03 August 2012 - 02:23 AM
Couldn't connect to server: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.154.94.81:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean
connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetRequestStream(TransportContext&
context)
at System.Net.HttpWebRequest.GetRequestStream()
at Thrift.Transport.THttpClient.SendRequest()
#14
Posted 07 August 2012 - 07:28 AM
i have same problem. but not get any solution yetNo Good. Getting the same error : Last action: Error obtaining temporary credentials: making the request failed (SSL connect error)
I have even tried disabling ssl checks. No good either.
#15
Posted 26 August 2012 - 04:34 AM
It is work around for this issue to disable TLS1.1/1.2 by default as same as Windows.
This is simply a bug that Evernote needs to fix on its servers:
$ gnutls-cli-debug www.evernote.com -p 443 Resolving 'www.evernote.com'... Connecting to '204.154.94.81:443'... Checking for SSL 3.0 support... yes Checking whether %COMPAT is required... yes Checking for TLS 1.0 support... yes Checking for TLS 1.1 support... no Checking fallback from TLS 1.1 to... failed Checking for TLS 1.2 support... no
I agree here.
Also tagged with one or more of these keywords: oauth, ssl, php-sdk
Learn & Share →
Evernote for Developers →
Token Encryption and StorageStarted by TaskClone, Yesterday, 07:08 PM |
|
|
||
General Discussions →
Evernote General Discussion →
Error Peer certificate cannot be authenticated with given CA certificates in OAuthStarted by Vishal Raheja, 17 Jun 2013 |
|
|
||
Learn & Share →
Evernote for Developers →
✔ How to solve oAuth request problem on PHP?Started by Maniacs, 04 Jun 2013 |
|
|
||
Learn & Share →
Evernote for Developers →
✔ OAuth - oauth_verifierStarted by logicbit, 03 Jun 2013 |
|
|
||
Learn & Share →
Evernote for Developers →
✔ How to use API SDK?Started by concept1hundred, 31 May 2013 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












