beekeeper
beekeeper copied to clipboard
Add overrideable SSL warning
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.
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.