This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Description
curl -vvv https://client.badssl.com
Results in
<head><title>400 No required SSL certificate was sent</title></head>
But
curl -vvv --cert badssl.com-client.pem https://client.badssl.com
returns
<center><h1>400 Bad Request</h1></center>
<center>The SSL certificate error</center>
The cert appears to be accepted so why the return status 400?