beekeeper icon indicating copy to clipboard operation
beekeeper copied to clipboard

Add overrideable SSL warning

Open haikuginger opened this issue 9 years ago • 1 comments

We should throw a warning when initializing on a version of Python that doesn't support SSL certificate verification. We should also have a variable that can override this warning and initialize anyway.

haikuginger avatar Dec 26 '15 01:12 haikuginger

Possibly change the "suppress" flag that, right now, only exists in .from_domain() to a "suppress_security_warnings" that happens on any init, and which is also used to determine if we allow loading on pre-2.7.9/3.4.3 versions.

haikuginger avatar Jan 31 '16 20:01 haikuginger