Open ankur-sheth opened 3 years ago
[From Chris Sommers] In section https://github.com/open-traffic-generator/athena/blob/dev-mon-ist/docs/hello-snappi.md#instantiate-snappi-api
I'd add a sidebar or note advising how to suppress insecure warnings. Many use-cases will be using localhost connections and the constant warnings are obnoxious.
import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) # Silence insecure warnings
Reported by @chrispsommers