SalvaChiLlo commented on issue #10581:
URL: https://github.com/apache/apisix/issues/10581#issuecomment-1853771803
I have an extra question when using mTLS. From what I've seen, it gets
configured for the whole domain(SNI).
```
'{
"sni": "test.com",
"cert": "<content of server.cer>",
"key": "<content of server.key>",
"client": {
"ca": "<content of ca.cer>"
}
}'
```
Is it possible to enable mTLS just in certain subpaths?
Let's say I have example.com, and I want:
- `https://example.com/public` -> to just have TLS
- `https://example.com/private` -> Authenticate via certificate (mTLS)
Is that possible? If so, how should that be configured?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]