I can't easily send HTTP requests because curl is difficult to use on Windows. So I used httpie to make a request with my certificate.
http --cert server.cer --cert-key server.key --verify ca.pem https://self.sample.com/
The result looks like the following.
Recommended Posts