-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Getting the above warnings repeatedly when uploading in a Ubuntu LTS VM. I found some suggestions while researching the issue:
- disable the warnings
- provide additional steps during installation
- adjust dependencies in setup.py/requirements.txt
Not sure which one would work best here.
Saving image XXX done.
WARNING:py.warnings:/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
SNIMissingWarning
WARNING:py.warnings:/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Metadata
Metadata
Assignees
Labels
No labels