Skip to content

self signed certificates broken with new requests  #45

@RafalSkolasinski

Description

@RafalSkolasinski

We used to set CURL_CA_BUNDLE="" in order to work properly with self signed certificates as documented in authlib docs.

Python requests in version 2.28 removes this method of setting verify=False via env variables.
Until we find another solution one can

pip install "requests < 2.28"

See:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions