我正试图撰写一份简单的申请,以了解根据客户和服务器证书进行认证的基础。
I have done everything as it is explained in jave ee 5, java ee 6 tutorials http://docs.oracle.com/javaee/6/tutorial/doc/glien.html
- Opened example from javaee tutorials hello basicauthorization (just simple servlet which can be accessed only after authentication) and then reconfigured it for client certificates instead of basic authorizations
- Configured web.xml
- Configured glassfish-web.xml
- Generated client certificate
- Imported client certificate so that the server would trust it.
问题:
当我部署我的申请并沿用与申请相应的链接时,我从玻璃鱼服务器(HTTP)获得电文400——在这一请求中没有客户证明链条”。
因此,看来客户(浏览器)没有按照要求发送证书。
我试图在 Chrome、火f、互联网探索器上添加 certificate证书,并添加(没有显示错误),但正如你看到的那样,没有帮助。
因此,问题是:
如何通过有客户的网络浏览器获得我的申请?