Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set client CAs for mTLS auth (#437)
The new TLS config introduced in PR #414 does not set client CAs. So when enabling mTLS authentication, client requests fail with `certificate signed by unknown authority`. This commit fixes this by using the root CAs also for authenticating mTLS clients. Ref: #414
- Loading branch information