You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In requests, you can specify the client cert with an optional parameter like: requests.get(url, cert=[client_cert_location, client_cert_key_location]). I would be nice to be able to specify the client cert in the same way.
In requests, you can specify the client cert with an optional parameter like:
requests.get(url, cert=[client_cert_location, client_cert_key_location]). I would be nice to be able to specify the client cert in the same way.