本地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>

注:需要添加如下内容:

最新文章

  1. Nokia 920板砖自救(理论上通用,升级Win10成板砖也可以用这个恢复)
  2. 1.4 基础知识——GP2.2 计划 与 GP2.8 计划跟踪
  3. xbmc的静态链接办法
  4. PHP不到100行代码实现SSO单点登录
  5. 在XML序列化时去除默认命名空间xmlns:xsd和xmlns:xsi
  6. .h头文件和.c文件的作用和区别
  7. LINUX下中文语言包的安装(转)
  8. ubunu设置java命令为全局的命令-添加到全局环境变量
  9. TCPDUMP详解(续)
  10. Ural 1068 - Sum
  11. DAU新解
  12. day47 选择器优先级及嵌套关系
  13. javascript之Map
  14. django+uwsgi+nginx数据表过大引起&quot;out of memory for query result&quot;
  15. error LNK2001: 无法解析的外部符号 _H5T_NATIVE_DOUBLE_g
  16. mybatis 不整合spring 入门小例子
  17. FCEUX金手指加强版 - 使用Lua脚本语言编写FC/NES金手指脚本
  18. 打败 IE 的葵花宝典:CSS Bug Table
  19. SpringBoot 框架整合webservice
  20. JS实现自动轮播图效果(js案例)

热门文章

  1. Hadoop系列(一):Hadoop集群搭建
  2. LCA Binary Lifting 倍增
  3. Codeforces Round #551 (Div. 2)
  4. codeforces-1136 (div2)
  5. DirectX11 With Windows SDK--23 立方体映射:动态天空盒的实现
  6. 那些年我们一起追逐的多线程(Thread、ThreadPool、委托异步调用、Task/TaskFactory、Parallerl、async和await)
  7. 解决SkyP2M工程常见问题所参考的博客汇总
  8. [Deep Learning] 正则化
  9. C# 01 Primitive Types and Expressions
  10. 关于操作HDFS的一个问题