Python 2.7.3 및 요청을 사용하고 있습니다. pip를 통해 요청을 설치했습니다. 최신 버전이라고 생각합니다. 저는 데비안 위지에서 뛰고 있습니다.
과거에 Requests를 여러 번 사용했지만이 문제에 직면하지는 않았지만 https 요청을 할 때 예외 Requests
가 InsecurePlatform
발생 하는 것 같습니다 .
오류가 언급 urllib3
되었지만 설치되어 있지 않습니다. 오류를 해결했는지 확인하기 위해 설치했지만 실패하지 않았습니다.
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3
/util/ssl_.py:79: 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.
내가 왜 이것을 얻는 지에 대한 아이디어가 있습니까? 오류 메시지에 지정된대로 문서를 확인했지만 문서가 urllib3을 가져오고 경고를 비활성화하거나 인증서를 제공하려고합니다.