Nuxeo Drive v4+ can't connect via HTTPS on MacOS

Hi,

After the upgrade to v4+, Nuxeo Drive is using Python3 which is producing the following issue:

ERROR    nxdrive.utils      Error while retreiving the SSL certificate
Traceback (most recent call last):
  File "site-packages/urllib3/connectionpool.py", line 600, in urlopen
  File "site-packages/urllib3/connectionpool.py", line 343, in _make_request
  File "site-packages/urllib3/connectionpool.py", line 839, in _validate_conn
  File "site-packages/urllib3/connection.py", line 344, in connect
  File "site-packages/urllib3/util/ssl_.py", line 344, in ssl_wrap_socket
  File "ssl.py", line 407, in wrap_socket
  File "ssl.py", line 817, in __init__
  File "ssl.py", line 1077, in do_handshake
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847)

Does anyone know the fix?

Thank you

0 votes

1 answers

1054 views

ANSWER



workaround : –consider-ssl-errors option

https://jira.nuxeo.com/browse/NXDRIVE-404

0 votes