doomedraven / VirusTotalApi

VirusTotal Full api
MIT License
294 stars 85 forks source link

fixed proxy usage & added ssl verification option #45

Closed asch513 closed 4 years ago

asch513 commented 4 years ago

I couldn't make the proxy config work and it looked like it was not getting applied to the request. I added that capability as well as an option for ssl_verify in the config (so people can turn ssl verification off). "ssl_verify=" is the new config option.

doomedraven commented 4 years ago

thank you