scottwernervt / favicon

Find a website's favicon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requests.exceptions.SSLError

scottwernervt opened this issue · comments

requests.exceptions.SSLError: HTTPSConnectionPool(host='monksoftware.it', port=443): Max retries exceeded with url: / (Caused by SSLError(CertificateError("hostname 'monksoftware.it' doesn't match 'www.monksoftware.it'",),))

Add option to ignore SSL certificate mismatch, see http://docs.python-requests.org/en/master/user/advanced/?highlight=verify#ssl-cert-verification

In favicon>=0.7.0, can pass request parameters as keyword arguments: favicon.get('https://monksoftware.it', verify=False).