Project

General

Profile

Bug #5905

Updated by Brett Smith almost 9 years ago

h2. Development story 

 Many users are seeing a warning from urllib3 letting them know that certificates can't actually be verified.    Improve our SDK so that we can verify certificates from the system repository if able.    Refer to "the urllib3 documentation":https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. 

 h2. Original bug report 

 <pre> 
 0M / 39828M 0.0% /home/abram/.local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: 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 
 </pre> 

 The arv-put has not failed but the warnings show up periodically.

Back