I have the exact same error.
I'm not sure why I couldn't get through website with https
the URL already whitelisted and it shouldn't be the proxy blocking anymore.
Problem occurred even I commented out the below:
raw_threatlist = getUrl(urlList[4].strip('\n'),'true')
#if len(str(raw_threatlist)) > 3:
#parseAlienVault(raw_threatlist)
Any other resolution on this?
... View more