安装docker-compose出现错误,安装命令: curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/b ...
分类:
Web程序 时间:
2020-06-25 13:35:57
阅读次数:
85
在线下载JDK 命令: wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/ja ...
分类:
系统相关 时间:
2020-06-24 21:53:24
阅读次数:
204
listen 443 ssl; # listen 443; (这里使用443 ssl这种方式,ssl on的方式可能会https访问400 bad request) # ssl on;ssl_certificate pem;ssl_certificate_key key;ssl_session_ti ...
分类:
Web程序 时间:
2020-06-23 13:20:24
阅读次数:
139
问题:IDEA更新到2020.1.2后出现 Server's certificate is not trusted 解决: File -> Settings-> Tools ->Server Certificates 勾选 accept non-trusted certificates automa ...
分类:
其他好文 时间:
2020-06-19 01:00:38
阅读次数:
47
详细看网址:https://blog.csdn.net/qq_37345604/article/details/80556639 wget在线下载 wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2 ...
分类:
系统相关 时间:
2020-06-16 23:25:05
阅读次数:
148
WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requiremen ...
分类:
其他好文 时间:
2020-06-12 12:31:44
阅读次数:
99
在 master 数据库中,添加 数据库主密钥: USE master; CREATE MASTER KEY ENCRYPTION BY PASSWORD = '$$test$$'; 在 master 数据库中,添加 加密数据库用的证书: USE master; CREATE CERTIFICATE ...
分类:
数据库 时间:
2020-06-11 16:32:29
阅读次数:
73
下载 $ wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk ...
分类:
系统相关 时间:
2020-06-04 15:40:02
阅读次数:
167
1、设置抓取https请求 Tools--》Options--》HTTPS,勾选CaptureHTTPS CONNECTs、Decrypt HTTPS traffic 、ignore server certificate errors(unsafe),点击OK,会弹出证书直接确认即可。 2、设置抓取 ...
分类:
其他好文 时间:
2020-05-28 13:32:57
阅读次数:
167
HTTP/2Basic Configurationserver { listen 443 ssl http2 default_server; #添加http2参数 ssl_certificate server.crt; ssl_certificate_key server.key; ...} gRP ...
分类:
Web程序 时间:
2020-05-24 16:38:48
阅读次数:
94