Skip to content

[Bug] Cursor object swap init for client cert and proxy #232

Open
@juen1jp

Description

@juen1jp

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions