Python出現“InsecurePlatformWarning”錯誤
文章來源: 在城裏2015-08-08 22:00:00

今天在調試一個Python的網頁腳本時,出現了如下錯誤:

C:Python27Libsite-packagesrequestspackagesurllib3utilssl_.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.

原來,安裝/更新一下PyOpenSSL就可以解決了!

2015.08.09