Henrik Cednert Posted December 27, 2015 Report Posted December 27, 2015 Hello On osx 10.11 I get varnings like this: /Library/Python/2.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/Library/Python/2.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/Library/Python/2.7/site-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) Seems to halt the ftrack operation initiated. Anyone has a fix in their pocket. Asking here before I've emptied google. =) Cheers
tokejepsen Posted December 28, 2015 Report Posted December 28, 2015 We get this message as well, but doesn't affect anything.Does it stop applications from starting?
Henrik Cednert Posted December 28, 2015 Author Report Posted December 28, 2015 I thought it did. But turned out that I was using an older version of the new API. uninstalled it and installed the new one. Now I get the warning but it does not fail. Cheers
Martin Pengelly-Phillips Posted January 7, 2016 Report Posted January 7, 2016 For reference, this is a Python warning and it is recommended that you update your Python version / install appropriate packages if possible. http://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning
Recommended Posts
Archived
This topic is now archived and is closed to further replies.