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 smugpy needs to adjust ssl context for TLSv1_2 #16

Open
stackpr opened this issue May 20, 2016 · 1 comment

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

@stackpr
Copy link
Author

stackpr commented May 24, 2016

Confirmed with SmugMug support:

We did make some changes on our end. SNI TLS is going to be a requirement for SmugMug going forward. We believe that change is the source of the error that you’re seeing. Mmugline/smugpy will have to make sure they make updates on their end to start using SNI in order to fix the issue.

Our API team is always available to help third party developers with their apps and can be reached via [email protected]

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

No branches or pull requests

1 participant