1

を実行する上でのSSL自己署名証明書を検証するために失敗しましたDebianを使って、私はこれを得ます:アプリケーションは、BeagleBoneブラックは次のコードは、私のUbuntuマシン(Pythonの2.7.6)で正常に動作しているDebianの

/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:100: 
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 

[Errno 1] _ssl.c:504: 
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 

証明書パスには自己署名証明書へのパスがあります。誰も助けることができますか?

+0

:http://stackoverflow.com/questions/29099404/ssl-insecureplatform-error-when-using-を

ただ、次のコマンドを使用して日付を修正し、それが私のために働きました要求パッケージ – nuriselcuk

+0

あなたはこれらの答えを試しましたか? http://stackoverflow.com/questions/30405867/how-to-get-python-requests-to-trust-a-self-signed-ssl-certificate –

+0

http://stackoverflow.com/questionsであなたのためのクイックフィックス/ 41074813/certificate-verify-failed-using-pyfcm-to-send-a-push-notificationを使用して、私はこの問題をPyFCMで数日後に見つけました – Bitonator

答えて

関連する問題