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
I was working on a project where I need to use a self-signed certificate to send requests to any external server eg: discord. As there is no support like the "requests" module verify=ca-certificate.cer in this library. Are you going to work with the certificate things?
Hi,
I was working on a project where I need to use a self-signed certificate to send requests to any external server eg: discord. As there is no support like the "requests" module
verify=ca-certificate.cer
in this library. Are you going to work with the certificate things?Reference:
https://github.com/psf/requests/blob/e36f34597ca96c40dbb81d63a8fe9ac0860b8dc3/tests/test_requests.py#L912
Looking forward to hearing from you.
Thanks
The text was updated successfully, but these errors were encountered: