Skip to content
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

No way to provide CA certificates, which are used for validation of ASPSP (server) certificates #52

Open
fed239 opened this issue Sep 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@fed239
Copy link
Contributor

fed239 commented Sep 9, 2024

Currently ssl.create_default_context() is called for creation of "ssl context" when making HTTPS requests to ASPSPs. When no parameters are passed, the function will use system's default trusted certificates. This is good for basic verification of server certificates, but doesn't provide enough flexibility. For example, it is not enough for accepting only qualified certificates (if there is such a requirement).

@fed239 fed239 added the enhancement New feature or request label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant