Feature #1390
Suppress InsecureRequestWarning
Start date:
06/30/2016
Due date:
% Done:
100%
Description
import requests from requests.packages.urllib3.exceptions import InsecureRequestWarning requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
History
#1 Updated by Luke Murphey over 8 years ago
- Target version set to 1.5.1
#2 Updated by Luke Murphey over 8 years ago
Repro steps:
- Make an HTTPS input
- Watch the logs for the wanring:
index=_internal InsecureRequestWarning
index=_internal ((sourcetype=splunkd InsecureRequestWarning) OR sourcetype=web_availability_modular_input)
#3 Updated by Luke Murphey over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100