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

Run FeedValidator with Python >= 2.7.9 to support SNI with TLS connections #29

Open
josephw opened this issue Jan 3, 2017 · 3 comments

Comments

@josephw
Copy link
Collaborator

josephw commented Jan 3, 2017

When the FeedValidator tries to validate a site using SNI it fails with this error:

urllib2.URLError: <urlopen error [Errno 1] _ssl.c:504: error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 unrecognized name>

Fixing this requires (only) a Python upgrade to 2.7.9- see PEP-466) (or 3).

When running under Python 2.7.9, #28 causes the tests to fail. More significantly, Dreamhost's /usr/bin/python is currently 2.7.3

@josephw
Copy link
Collaborator Author

josephw commented Jan 3, 2017

More generally, I believe the upgrade fixes other SSL issues. See this mailing list search for other users having problems.

@josephw
Copy link
Collaborator Author

josephw commented Jan 3, 2017

The upgrade also adds support for TLS 1.2. Lack of this leads to:

error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

which is common as more sites disable older TLS versions for security reasons.

@DarwinJS
Copy link

DarwinJS commented Mar 25, 2017

Just wanted to add that this affects all sites deployed with AWS CloudFront. I have a static blog generated by Hugo and hosted on CloudFront with SSL (https://cloudywindows.com).

There is also a very impactful knock on effect - since many "top blog sites" and feed services use feedvalidator to ensure a basic feed quality level, this is also blocking me from submitting to many valuable traffic generation sites. (e.g. alltop.com)

FYI - my site gets straight A's from https://www.ssllabs.com/ssltest/

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

2 participants