-
Notifications
You must be signed in to change notification settings - Fork 182
Warning on HTTPS connections #143
Comments
So my inclination is that we should require valid certificates from the list sources (e.g. ZeusTracker) but not from the served samples themselves (because we expect badness there). Thoughts? |
Based on https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning , it looks like the real fix is to upgrade to v2.7.9 or greater. |
Orrrr to install the security extras. |
I do not think Ubuntu LTE has upgraded to that version yet on the standard On Tue, May 26, 2015 at 5:27 PM, Kyle Maxwell [email protected]
|
For me, this is as much about the UX as anything else. All those warnings clutter up the display. Also, assuming that you're using |
fully agree. That warning is an annoying one for sure. On Tue, May 26, 2015 at 9:36 PM, Kyle Maxwell [email protected]
|
I was getting security errors also did this to fix it. apt-get install libffi-dev openssl-dev |
The text was updated successfully, but these errors were encountered: