码迷,mamicode.com
首页 > Web开发 > 详细

cxf webservice请求https

时间:2019-01-14 11:06:57      阅读:363      评论:0      收藏:0      [点我收藏+]

标签:ring   scl   apach   ram   添加   spring   info   接口   instance   

本地java请求https接口,不需要添加证书:

只需要修改配置文件applicationContext-soap-client.xml:

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:http="http://cxf.apache.org/transports/http/configuration"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://cxf.apache.org/transports/http/configuration
http://cxf.apache.org/schemas/configuration/http-conf.xsd
">

<http:conduit name="*.http-conduit">
<http:tlsClientParameters disableCNCheck="true" />
</http:conduit>

</beans>

注:需要添加如下内容:

技术分享图片

 

cxf webservice请求https

标签:ring   scl   apach   ram   添加   spring   info   接口   instance   

原文地址:https://www.cnblogs.com/js1314/p/10265233.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!