docker-http-https-echo icon indicating copy to clipboard operation
docker-http-https-echo copied to clipboard

Show details of incoming mTLS Authentication/Client Certificates

Open Okeanos opened this issue 3 years ago • 0 comments

First of all: Awesome project :)

I just recently stumbled across a use case where I wanted to debug a reverse proxy and see whether it properly forwards mTLS authentication/SSL client certificates correctly. However, the http-https-echo server doesn't say/print that information as far as I could tell. Maybe I overlooked something or used it wrong?

Output similar to this would be expected:

{
  "mtls": true,
  "mtls-details": {
    "common-name": "something",
    "authority-common-name": "something else"
  }
}

Okeanos avatar Jun 07 '22 16:06 Okeanos