Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1499

How do I disable the security certificate check in Python requests

$
0
0

I am using

import requestsrequests.post(url='https://foo.example', data={'bar':'baz'})

but I get a request.exceptions.SSLError.The website has an expired certficate, but I am not sending sensitive data, so it doesn't matter to me.I would imagine there is an argument like 'verifiy=False' that I could use, but I can't seem to find it.


Viewing all articles
Browse latest Browse all 1499

Trending Articles