Dont check the cert

main
DPeltier 8 years ago committed by GitHub
parent 57aff3b7ba
commit 4b9a068389

@ -38,7 +38,7 @@ class Wappalyzer(object):
f2.close()
host = urlparse(self.url).hostname
response = requests.get(self.url)
response = requests.get(self.url, verify=False)
html = response.text
headers = dict(response.headers)