Skip to content

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

Open
@josephw

Description

@josephw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions