hstern / dwhois

Distributed WHOIS Client
Other
5 stars 1 forks source link

Certificate warning #4

Open neonknight opened 9 years ago

neonknight commented 9 years ago

I get a certificate warning when querying with dwhois. The warning appears in python 2.6 on CentOS6 and python 2.7 on Debian 7:

/usr/local/lib/python2.7/dist-packages/requests-2.4.3-py2.7.egg/requests/packages/urllib3/connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
  InsecureRequestWarning)

Please provide a way to suppress the warning or implement certificate verification as recommended in the warning message.