python-discord-webhook icon indicating copy to clipboard operation
python-discord-webhook copied to clipboard

Please add support for verify SSL

Open rudSarkar opened this issue 3 years ago • 1 comments

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

rudSarkar avatar Nov 27 '22 14:11 rudSarkar

I'll look into this.

lovvskillz avatar Dec 19 '22 06:12 lovvskillz