HTTPS test server that checks client certificates

前端 未结 3 786
情歌与酒
情歌与酒 2020-12-24 12:50

I have written a web service client that uses SSL client certificates to authenticate to the remote server. But since the actual web service is not yet available to me, I\'m

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 13:30

    https://client.badssl.com (part of the badssl.com service) lets you test authentication using client SSL certificates. The client certificate can be downloaded from https://badssl.com/download/.

    This server returns 200 OK if the correct client certificate is provided, and 400 Bad Request otherwise.

提交回复
热议问题