检查客户端证书的HTTPS测试服务器 [英] HTTPS test server that checks client certificates

查看:388
本文介绍了检查客户端证书的HTTPS测试服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我编写了一个Web服务客户端,该客户端使用SSL客户端证书对远程服务器进行身份验证.但是,由于我还无法使用实际的Web服务,因此,我正在寻找一种接受客户端证书进行身份验证的公共测试服务器,以便可以测试客户端的SSL部分以实现正确的实现和配置.

我尝试了 https://requestb.in ,但是当我使用客户证书.并且 https://httpbin.org/接受了我的请求,但未给出证书是否可用的任何指示. /p>

是否有类似的服务可检查SSL客户端证书?

解决方案

您可以使用以下URL来测试SSL客户端身份验证:

它们都使用相同的配置:它们接受任何客户端证书,并且一旦成功,它们就会显示各种Web服务器变量的内容,例如所使用的证书和所选的密码套件.如果身份验证失败,则会显示错误.

我希望这会有用.

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 looking for a public test server that accepts a client certificate for authentication, so that I can test the SSL part of my client for correct implementation and configuration.

I have tried https://requestb.in but it replies with HTTP status 403 (Forbidden) when I use a client certificate. And https://httpbin.org/ accepts my request but doesn't give any indication if the certificate was usable.

Is there a similar service that checks the SSL client certificate?

解决方案

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

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.

这篇关于检查客户端证书的HTTPS测试服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆