EUDAT-B2HANDLE / B2HANDLE

B2Handle Python library for interaction with Handle services
https://eudat-b2handle.github.io/
Apache License 2.0
22 stars 24 forks source link

SSLError: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed #65

Closed chStaiger closed 8 years ago

chStaiger commented 8 years ago

This error occurs when the server certificate is not in the trusted CA's of the client. Solution 1) Add the certificate to the trusted CA's Solution 2) Set "HTTPS_verify": "False"

Can this be added to the documentation Section "Using client certificates"?

merretbuurman commented 8 years ago

There should be a way to avoid solution 2, of course. @cookie33 : Was this fixed with PR #70 ?

cookie33 commented 8 years ago

Nope. This is fixed by either:

Described in documentation fix to be committed

merretbuurman commented 8 years ago

Adapted in PR #71. Will be included in 1.0.2.