davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

Multiple certificates are not supported when specifying a client certificate with -E #144

Open davidnarayan opened 5 years ago

davidnarayan commented 5 years ago

In some cases, clients need to include a complete certificate chain for a mutual auth transaction. The current implementation of -E and readClientCert does not support multiple certificates.