mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
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:
committed by
GitHub
parent
2b5c08d17d
commit
c6252bc004
@@ -1,3 +1,4 @@
|
||||
urllib3>=1.9
|
||||
boto
|
||||
psycopg2>=2.6.1
|
||||
PyYAML
|
||||
|
||||
Reference in New Issue
Block a user