简体   繁体   English

Request.getAttribute(“javax.servlet.request.X509Certificate”)返回Null

[英]Request.getAttribute(“javax.servlet.request.X509Certificate”) Returns Null

I have an issue with Request.getAttribute("javax.servlet.request.X509Certificate") returning NULL for some users during client certificate authentication and a valid certificate for others. 我有一个问题,Request.getAttribute(“javax.servlet.request.X509Certificate”)在客户端证书身份验证期间为某些用户返回NULL,为其他用户返回有效证书。 For the users where this failed, if we delete and rebuild their Windows user profile, the problem get fixed. 对于失败的用户,如果我们删除并重建他们的Windows用户配置文件,问题就会得到解决。 There is a workaround for this issue but I was hoping to avoid having our users rebuild their Windows account profile. 这个问题有一个解决方法,但我希望避免让我们的用户重建他们的Windows帐户配置文件。 Is there a specific setting in IE or ActivIdentity that might be causing IE to not sent the client certificate? IE或ActivIdentity中是否存在可能导致IE未发送客户端证书的特定设置? We're using IE8 and ActivIdentity 6.1 on Windows 7 with Tomcat 6. 我们在Windows 7和Tomcat 6上使用IE8和ActivIdentity 6.1。

Thanks. 谢谢。

Tri

Your clients must configure ActivClient to make their certificates available to Windows. 您的客户端必须配置ActivClient以使其证书可供Windows使用。 The Tools | 工具| Advanced | 高级| Make Certificates Available to Windows menu item will do this. 使证书可用于Windows菜单项将执行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 未设置getAttribute(“javax.servlet.request.X509Certificate”)(Spring,CXF,Jetty,JAX-RSv1.1) - getAttribute(“javax.servlet.request.X509Certificate”) not set (Spring,CXF,Jetty,JAX-RSv1.1) “ javax.servlet.request.X509Certificate”请求属性未返回CA证书 - “javax.servlet.request.X509Certificate” request attribute does not return CA certs 带有Apache mod_proxy_wstunnel的Websocket到带有javax.servlet.request.X509的tomcat - Websocket with apache mod_proxy_wstunnel to tomcat with javax.servlet.request.X509Certificate request.getAttribute("user") 返回空对象 - request.getAttribute("user") returning null object 在request.getAttribute上获取空值 - Getting null value on request.getAttribute 在Struts 2中的request.getAttribute(..)中获取Null - Getting Null in request.getAttribute(..) in Struts 2 Java servlet request.getAttribute() 当我设置它时返回 null - Java servlet request.getAttribute() returning null when I had set it 筛选器未检索request.getAttribute() - Filter is not retrieving request.getAttribute() 当request.GetAttribute为null时,如何从textarea中删除null,以及如何修改servlet中标签的可见性 - How can i remove the null from textarea when request.GetAttribute is null, and how can i modify the visibility of the label from the servlet request.getAttribute()方法返回500个错误代码 - request.getAttribute() method returns 500 error code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM