-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: accept a set of fingerprints in TCPConnector #1965
Comments
I think better fix would be adding |
Please make two separate PRs. |
Started in #2184 |
Fixed in aiohttp 2.3 by #2184 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Long story short
Right now, if I understand correctly, it's only possible to set a single fingerprint which will be accepted by https client.
Sometimes, endpoint may use one of several certificates (for example if the exact time of certificate update is unknown), so it would make sense to trust a set of certificates instead of just one.
Also, as I see in the current source, it should be a very easy change:
so if you agree but have no time, I can give it a try.
The text was updated successfully, but these errors were encountered: