mf2py icon indicating copy to clipboard operation
mf2py copied to clipboard

mf2py live tester on heroku 500 error

Open kartikprabhu opened this issue 11 years ago • 2 comments
trafficstars

mf2py live-tester gives an Internal Sever Error on (500) on:

https://mf2py.herokuapp.com/parse?url=https%3A%2F%2Fkartikprabhu.com

kartikprabhu avatar Sep 25 '14 00:09 kartikprabhu

works on https://mf2py.herokuapp.com/parse?url=http%3A%2F%2Ftantek.com

and not on https://mf2py.herokuapp.com/parse?url=https%3A%2F%2Faaronparecki.com

so might be a https/SNI issue

Using python2.7 needs some special handling iirc. parituclarly installing pyOpenSSL stuff

kartikprabhu avatar Sep 25 '14 00:09 kartikprabhu

according to https://github.com/kennethreitz/requests/issues/1732 this should be fixed in the most recent (IIRC 2.1+ ) version of python-requests

also, you can "fix" it by installing pyOpenSSL, ndg-httpsclient and pyasn1 per https://stackoverflow.com/questions/18578439/using-requests-with-tls-doesnt-give-sni-support/18579484#18579484

bear avatar Sep 25 '14 00:09 bear

I am going to close this issue seeing as this has been open since 2014 without further discussion. You can use the official microformats2 Python testing environment for web testing.

capjamesg avatar Jun 27 '23 17:06 capjamesg