Monitoring mTLS Protected APIs Without a Client Certificate
We run a bunch of APIs secured by mTLS at my current place. Third parties establish connections to our API webservers by presenting a client certificate. We check that we consider it valid and if so, permit access to the relevant resources. As our part of the mTLS handshake, we…