-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Description
I have found two discussions about this topic, but no solution using Fastapi was proposed:
According to Starlette documentation, no certificate verification is natively implemented in Starlette.
This approach using flask to deal with certificate verification works fine.
It would be very cool if Fastapi support certificate verification.
gdbelvin, lromor, jonathanslenders, myron-semack and four43