mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-14 15:57:07 +08:00
The cert can be * A string / bytes which is a path to a certfile * A tuple with two string / bytes, where the first is the certfile and the second is a keyfile * None (optional) The tuple could be anything indexable, but there are strict requirement to actualle have two items, don't know if there is something more generic See https://github.com/psf/requests/blob/main/requests/adapters.py#L242-L248