PKIX

这是证书认证不通过的问题,对https协议免认证

http://blog.csdn.net/zziamalei/article/details/46520797

使用上面的方法时,使用spring的<bean>初始化SslUtils的ignoreSsl()方法

<bean id="SslUtils" class="..." init-method="ignoreSsl()"/>

在web.xml中将对应的拦截器的映射<filter-mapping>排在所有<filter-mapping>的第一位

下面的方法类似

http://mengyang.iteye.com/blog/575671

posted @ 2018-01-25 17:15  jery.M  阅读(356)  评论(0编辑  收藏  举报