Open achapkowski opened 3 months ago
Hi @achapkowski, could you clarify what exactly you'd be looking for in the Requests documentation? We cover what the Adapter intent is at a high-level, what the end user chooses to modify is very open-ended. urllib3
provides docs on how to provide a custom SSLContext to their Poolmanager which seems to be the change you're trying to make.
@nateprewitt I'll check out this doc and get back in a few. If my answer is there I will close this.
What I am seeing is that if the common name of an SSL certificate has a mismatch, and exception when you provide a custom SSLContext object in the above http adapter. So I was wondering if some other setting needs to be set to not verify common names.
Hello,
I wish to use a custom adapter that I can use to access servers with old and expired certificates so I can automate the updating of the SSL certs. The doc isn't really clear, so I consider this a bug.
I have the following:
Where the SSL Context is defined as: