SalvaChiLlo opened a new issue, #10647:
URL: https://github.com/apache/apisix/issues/10647
### Description
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?
### Environment
** I'll not provide any environment details as I'm just evaluating/trying to
understand how APISIX works
--
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]