Closed DhanshreeA closed 10 hours ago
Hi @DhanshreeA,
There is an open PR regarding this issue. Is it safe to merge it?
This is presently unsafe to merge, I was facing errors in ersilia tests that I was not able to resolve at the time. I will give another crack at this and close it.
Hi @DhanshreeA
What is the plan for that? has this been merged?
Summary
From a dependabot alert:
When making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same origin will continue to ignore cert verification regardless of changes to the value of verify. This behavior will continue for the lifecycle of the connection in the connection pool. Remediation
Any of these options can be used to remediate the current issue, we highly recommend upgrading as the preferred mitigation.
Related Links
Objective(s)
Documentation
https://github.com/psf/requests/issues/6707 https://github.com/psf/requests/pull/6710