We are currently defaulting verify=False when creating the StackdIO client. We should default that to True, and then if the user sets that to False, print a warning message, then suppress additional warnings that are coming from urllib3 (otherwise they are constantly spewed out).
We are currently defaulting
verify=Falsewhen creating the StackdIO client. We should default that toTrue, and then if the user sets that toFalse, print a warning message, then suppress additional warnings that are coming fromurllib3(otherwise they are constantly spewed out).