Following NXPY-238, when testing:
from nuxeo.client import NuxeoClient client = NuxeoClient() print(client.is_reachable())
On 6.0.3: it works (it wil end on a timeout error if no local server is running, but that's expected)
On 6.1.0 and 6.1.1:
response = nuxeo_client.request("GET", "runningstatus", default=False, ssl_verify=False) File "/.../nuxeo/client.py", line 298, in request kwargs.pop("verify") KeyError: 'verify'
See Slack thread for more info https://nuxeo.slack.com/archives/C031V4Z2Q/p1705311616266539
- is related to
-
NXPY-238 Fix issue with Self signed certificates
- Resolved