docker-http-https-echo
                                
                                
                                
                                    docker-http-https-echo copied to clipboard
                            
                            
                            
                        Show details of incoming mTLS Authentication/Client Certificates
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"
  }
}