HTTPS test server that checks client certificates

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

提交回复
热议问题