-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL certificate verification problem. #151
Comments
humm... that's strange indeed. would you tell me these results?
|
Of course.
nvpy-environment.txt |
I also have taken an environment snapshot from a system with a working nvPY, and I found the problem. My system locale on this system is This is a notorious problem. In Turkish, we have two different I think it should be fixed. Obligatory Coding Horror story → What's wrong with Turkey? |
I've probably found an edge case in nvPY's code. I'm currently stuck debugging it, so I need help.
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>
insimplenote.py
, line 57.urllib2
, everything works great. I even transplanted the authenticate function fromnvpy
to the tool, and it's working correctly. The stranger thing is I have three computers which run the same distribution (Debian testing, all are up to date) with similar package lists and, other systems doesn't exhibit this problem.All help and tips are greately appreciated. I'll fork and create a pull request for the fix, but I was unable to find a solution yet. All help is greatly appreciated!
The text was updated successfully, but these errors were encountered: