Open
Description
The new cursor object defined on line 175 of api.py has the order ending in ssl_client_cert, proxies.
The cursor constructor on line 205 has the order proxies, ssl_client_cert.
This causes the cursor to not work properly with client side certificates. Simple fix swap the order in the Cursor Class.
Metadata
Metadata
Assignees
Labels
No labels