榊覔奚奚 2021-01-30 00:39 采纳率: 100%
浏览 9
已结题

SSL证书与SpringBoot的使用

前端使用ajax请求后端本机的8888端口上的接口,页面以https协议访问情况下无法正常访问接口,但是改回http就可以了。

后端使用Oracle JDK 11.0.9,SpringBoot 2.3.4,前端的SSL证书是从宝塔面板申请的。

  • 写回答

1条回答 默认 最新

  • _寻隐者不遇 2021-02-03 16:09
    关注

    配置文件需要配置相关SSL证书;

    并且还需要加载一个bean

    @Bean
    	public TomcatServletWebServerFactory servletContainer() {
    		TomcatServletWebServerFactory tomcat = new TomcatServletWebServerFactory() {
    			@Override
    			protected void postProcessContext(Context context) {
    				SecurityConstraint constraint = new SecurityConstraint();
    				constraint.setUserConstraint("CONFIDENTIAL");
    				SecurityCollection collection = new SecurityCollection();
    				collection.addPattern("/*");
    				constraint.addCollection(collection);
    				context.addConstraint(constraint);
    			}
    		};
    		tomcat.addAdditionalTomcatConnectors(httpConnector());
    		return tomcat;
    	}
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 11月14日
  • 已采纳回答 11月6日

悬赏问题

  • ¥15 请问各位,如何在Jetson nano主控板的Ubuntu系统中安装PyQt5
  • ¥15 MAC安装佳能LBP2900驱动的网盘提取码
  • ¥400 微信停车小程序谁懂的来
  • ¥15 ATAC测序到底用什么peak文件做Diffbind差异分析
  • ¥15 安装ubantu过程中第一个vfat 文件挂载失败
  • ¥20 GZ::CTF如何兼容一些靶机?
  • ¥15 etcd集群部署问题
  • ¥20 谁可以帮我一下问一下各位
  • ¥15 为何重叠加权后love图的SMD与svyCreateTableOne函数绘制基线表的不一致
  • ¥150 求 《小魔指》街机游戏机整合模拟软件