You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
When the FeedValidator tries to validate a site using SNI it fails with this error:
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.3The text was updated successfully, but these errors were encountered: