Don't resolve url hostnames manualy but mokey patch urllib3 (#385)

Change hostnames by ip addresses was causing certificate verification to
fail. Instead of doing it we will better monkey patch urllib3
functionality which does name resolution. It should work without
problems even for https connection.
This commit is contained in:
Alexander Kukushkin
2017-01-18 13:46:02 +01:00
committed by GitHub
parent 2b5c08d17d
commit c6252bc004
3 changed files with 101 additions and 62 deletions
+1
View File
@@ -1,3 +1,4 @@
urllib3>=1.9
boto
psycopg2>=2.6.1
PyYAML