wbond / oscrypto

Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
MIT License
318 stars 71 forks source link

test_tls_connect_google fails in eu1 zone #12

Closed nresare closed 8 years ago

nresare commented 8 years ago

I have now tracked down the test case failure that we are seeing in our environment. The data returned from www.gooole.com:443 contains a HTTP 302 redirecting to www.google.ie and the html contained in the response has all it's HTML tags in caps. This breaks the test case which attempts to read until b'</html>'.

nresare commented 8 years ago

With your fix 95c1608d44 on master I can no longer reproduce this problem. Thank you!