Replies: 3 comments 1 reply
-
I think you just define client cert&key and server certificate import httpx
cert = ("path/to/client.pem", "path/to/client.key", "password")
r = httpx.get("https://example.org", cert=cert, verify="path/to/ca.pem") |
Beta Was this translation helpful? Give feedback.
0 replies
-
I havent seen an example of this define in yaml can someone share, and also an example at the path level |
Beta Was this translation helpful? Give feedback.
1 reply
-
This seems to have been resolved, closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions