cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
117 stars 44 forks source link

Add ssl verify on/off option to sas emitter #302

Closed hitomitak closed 7 years ago

hitomitak commented 7 years ago

Signed-off-by: Hitomi Takahashi hitomi@jp.ibm.com

As I mentioned #279, I added the new option to switch on/off SSL verification in sas emitter plugin. When add the following option to "SAS HTTPS Emitter" section in crawler.conf, SSL verify is skipped in requests.post function. (Default is True)

ssl_verification = False
nadgowdas commented 7 years ago

Yes, LGTM. @sahilsuneja1 we can merge this.

sahilsuneja1 commented 7 years ago

okay!