Skip to content

Commit 4b85273

Browse files
author
12189108
authored
Update configuration.md (#162)
1 parent 019c061 commit 4b85273

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/zh/config/configuration.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ star: true
5555
"max_age": 28,
5656
"compress": false
5757
},
58-
"max_connections": 0
58+
"max_connections": 0,
59+
"tls_insecure_skip_verify": false
5960
}
6061
```
6162

@@ -141,3 +142,8 @@ CDN 地址,如果要使用 CDN,可以设置该字段,`$version` 会被替
141142

142143
- 对于一般的设备比如n1推荐10或者20
143144
- 使用场景(例如打开图片模式会并发不是很好的设备就会崩溃)
145+
146+
### tls_insecure_skip_verify
147+
148+
是否检查SSL证书,开启后如使用的网站的证书出现问题(如未包含中级证书、证书过期、证书伪造等),将不能使用该服务,关闭该选项请尽量在安全的网络环境下运行程序
149+

0 commit comments

Comments
 (0)