-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 5.2.3
-
Fix Version/s: 5.2.4
-
Component/s: Configuration
-
Release Notes Summary:Custom SSL Certificate Regression
-
Release Notes Description:
-
Sprint:nxplatform #39
-
Story Points:1
In NXDRIVE-2695, the new management of SSL certificates introduced that regression:
Traceback (most recent call last): File "nxdrive\__main__.py", line 73, in main File "nxdrive\commandline.py", line 573, in handle File "nxdrive\commandline.py", line 581, in get_manager File "nxdrive\manager.py", line 212, in __init__ File "nxdrive\manager.py", line 461, in load File "nxdrive\engine\engine.py", line 195, in __init__ File "nxdrive\engine\engine.py", line 1278, in init_remote File "nxdrive\utils.py", line 738, in requests_verify AttributeError: 'str' object has no attribute 'is_file'
The handling of the ca-bundle parameter was not correctly done: a path-like object is awaited but it is given a string.
- is caused by
-
NXDRIVE-2695 Better handling of custom SSL certificates
- Resolved
- is related to
-
NXDRIVE-2720 Release 5.2.4
- Resolved
- Is referenced in