Skip Menu |

This queue is for tickets about the Net-Evernote-Simple CPAN distribution.

Report information
The Basics
Id: 105528
Status: resolved
Priority: 0/
Queue: Net-Evernote-Simple

People
Owner: Nobody in particular
Requestors: CDRAKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: version check fails
Probably needs better error handling on this. Actual error seems to be: LWP::Protocol::https::Socket: SSL connect attempt failed error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/local/share/perl5/LWP/Protocol/http.pm line 47, <GEN0> line 1. No idea why. This makes it go away (dangerously): export PERL_LWP_SSL_VERIFY_HOSTNAME=0;export HTTPS_DEBUG=1
Tracked it down: Mozilla::CA version 20141217 does not have evernote CA in it. version 20130114 works fine. On Sat Jun 27 10:35:40 2015, CDRAKE wrote: Show quoted text
> Probably needs better error handling on this. Actual error seems to > be: > > LWP::Protocol::https::Socket: SSL connect attempt failed > error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate > verify failed at /usr/local/share/perl5/LWP/Protocol/http.pm line 47, > <GEN0> line 1. > > No idea why. This makes it go away (dangerously): > > export PERL_LWP_SSL_VERIFY_HOSTNAME=0;export HTTPS_DEBUG=1
Thanks for diagnosing this, I went ahead and put in a more comprehensive check of the underlying issue if a call to Evernote goes wrong: https://github.com/mschilli/net-evernote-simple/commit/a1a044a4959c6a5bcd92b18122c4e6bf67f5cb52 Net::Evernote::Simple 0.05 just went up to CPAN and has the fix.