Skip to content
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

SmugMug has disabled sslv3, so smugline needs to adjust ssl context for TLSv1_2 #18

Closed
stackpr opened this issue May 20, 2016 · 4 comments

Comments

@stackpr
Copy link

stackpr commented May 20, 2016

The generated error:

urllib2.URLError: <urlopen error [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>

Experienced by a user of a different smugmug system too: http://dgrin.com/showthread.php?t=258073

@gingerlime
Copy link
Owner

Thanks for reporting this, @wittiws. Smugline uses https://github.com/chrishoffman/smugpy to connect with the SmugMug api, so I have no direct control over this. Could you open an issue on smugpy and see if anyone else experienced this?

@stackpr
Copy link
Author

stackpr commented May 20, 2016

Ah yes, sorry about that. See chrishoffman/smugpy#16

@gingerlime
Copy link
Owner

gingerlime commented May 20, 2016

had a quick look at smugpy, and didn't see any explicit dependency. Perhaps you could just run pip install -U urllib2 locally to resolve this?

@gingerlime
Copy link
Owner

closing this due to lack of activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants