Disable ssl_verify in parfive

Hello,

Is there a way to disable ssl verify for parfive? It would be handy for debugging a certificate error I’m seeing.

I think the answer here is unfortunately no.

So parfive uses aiohttp underneath and in their documentation, they have several places to disable SSL, if you check Client Reference — aiohttp 3.9.5 documentation for example.

Issue is that from what I understand is that parfive does not pass keywords down to those methods on the ClientSession and I can’t find any reference to it at the main level of the ClientSession which is what parfive can pass keywords to.

Yeah, I saw that too looking through the documentation. Thought I would ask here just in case.

If you could open an issue on parfive, we can try to chart out how to disable SSL in parfive.

Ok, I created an issue there. Thanks.