Skip to content

Option to disable SSL Certificate verification #122

@santhoshramaraj

Description

@santhoshramaraj

In some scenarios, the SystemLink instance may not have a verifiable SSL certificate, such as one generated by a private CA. In this scenario, SSL verification is expected to fail without adding the certificate as trusted. It will be good to have the ability to disable the verification to allow users to override the verification.

# Example to disable SSL verify using requests
# Set `verify=False` on `requests.post`.
requests.post(url='https://example.com', data={'bar':'baz'}, verify=False)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions