HTTPS test server that checks client certificates

前端 未结 3 785
情歌与酒
情歌与酒 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.

    0 讨论(0)
  • 2020-12-24 13:31

    You can use the following URLs to test SSL client authentication:

    • https://server.cryptomix.com/secure/
    • https://prod.idrix.eu/secure/

    They both use the same configuration: they accept any client certificate and upon success they display the content of various webserver variables like the certificate used and the ciphersuite selected. If the authentication fails, an error is displayed.

    I hope this will be useful.

    0 讨论(0)
  • 2020-12-24 13:32

    You can also set up you own server using openssl command. To see how, look at this anser.

    0 讨论(0)
提交回复
热议问题