Api server with mTLS #12310
-
Hello, I'm creating a web application using Vue that will consume an API over TLS (mTLS). The Axios documentation shows that the httpsAgent attribute can be used to define a custom agent and therefore send client certificates. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You read it correctly the agent stuff is a Node.js thing. If you want to do anything with certificates in the browser, you have to add them to the browser itself, you can't pass them in through the APIs. |
Beta Was this translation helpful? Give feedback.
You read it correctly the agent stuff is a Node.js thing. If you want to do anything with certificates in the browser, you have to add them to the browser itself, you can't pass them in through the APIs.