当前位置:网站首页>This site cannot provide a secure connection. An unsupported protocol is used
This site cannot provide a secure connection. An unsupported protocol is used
2022-04-21 07:16:00 【So you're lucky】
company Https reform , All systems have been transformed , Problems found , One component just adds SSL Configuration of , But this problem appeared in the interview . A lot of online searches are saying CDN Affair , Unfortunately, my scene has nothing to do with this .

Even more surprising is , Sometimes it's OK to change a certificate !!!
Take a closer look at this SSL Configuration of
server:
port: 7103
ssl:
enabled: false
key-store: server.jks
key-alias: localhost
key-store-password: 123456
key-store-type: JKS
trust-store: server.jks
trust-store-password: 123456
trust-store-type: JKS
client-auth: need
Then the big man came to teach , Looked at the , It will be solved immediately .
reason
This system uses non tomcat Container to run , What is used here is undertow, Just delete it
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
版权声明
本文为[So you're lucky]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210615360489.html
边栏推荐
- BatchUpdateException在MySQL和Oracle的区别
- 开放平台及其技术架构
- Tensorflow case 4: MNIST handwritten numeral recognition (linear neural network) and its limitations
- 【WPF】笔记
- CF6D Lizards and Basements 2题解
- [WPF] notes
- 3. Date command problem in bat
- Li Kou video note 21 - depth first search method + 938 question method
- 3.bat中date命令问题
- 【W5500】STM32 H743驱动W5500进行UDP收发
猜你喜欢

Li Kou video note 21 - depth first search method + 938 question method

【W5500】STM32 H743驱动W5500进行UDP收发

vscode 自定义注释

数据异构方案

How to download and use the journal latex template

Tensorflow case 4: MNIST handwritten numeral recognition (linear neural network) and its limitations

logstash 7.x 中时间问题,@timestamp 与本地时间相差 8个小时

用JS函数形式实现一个Array.prototype.forEach(),.map(),.filter()

Cygwin64 右键添加菜单, 在此处打开Cygwin64

canvas 绘制路飞
随机推荐
STM32 H743 ECC内存相关使用说明笔记
【ThreadX】H743ZI+LAN8720+ThreadX+NetX Duo移植
【WPF】笔记
[LabVIEW] record some pits in LabVIEW project
此网站无法提供安全连接 使用了不受支持的协议
微服务——服务拆分策略与原则
Tensorflow案例4:Mnist手写数字识别(线性神经网络)及其局限性
Swagger2生成Api文档
JDBC simple implementation of student management system
好用的数据集和开源网络对比网站
SQL数据库语法学习笔记
记一次mySQL慢sql优化
MySQL Workbench cannot use clear text authentication over non-ssl connections 问题解决
Realization of character relationship visualization and question answering system in a dream of Red Mansions based on Knowledge Map
搭建自己的blog
Cygwin64 右键添加菜单, 在此处打开Cygwin64
如何实现一个线程池隔离?
Chapter 5 support vector machine (SVM)
Tensorflow case 4: MNIST handwritten numeral recognition (linear neural network) and its limitations
解决replace遍历循环调用,导致后续的replace替换掉前面replace的数据的问题