允许不安全连接 -> 允许不可信证书

“不安全连接”的表述未指出哪里不安全,且有很大的歧义,可以是TLS协议降级攻击、已不安全的加密套件等,而此处单指证书不可信
This commit is contained in:
rprx 2020-04-23 15:23:31 +00:00 committed by GitHub
parent 009a15f0d9
commit 36054c0a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@
<value>203, 12</value> <value>203, 12</value>
</data> </data>
<data name="label21.Text" xml:space="preserve"> <data name="label21.Text" xml:space="preserve">
<value>允许不安全连接(allowInsecure)</value> <value>允许不可信证书(allowInsecure)</value>
</data> </data>
<data name="cmbAllowInsecure.Location" type="System.Drawing.Point, System.Drawing"> <data name="cmbAllowInsecure.Location" type="System.Drawing.Point, System.Drawing">
<value>223, 7</value> <value>223, 7</value>

View file

@ -128,7 +128,7 @@
<value>222, 16</value> <value>222, 16</value>
</data> </data>
<data name="chkdefAllowInsecure.Text" xml:space="preserve"> <data name="chkdefAllowInsecure.Text" xml:space="preserve">
<value>底层传输安全选tls时默认允许不安全连接(allowInsecure)</value> <value>底层传输安全选tls时默认允许不可信证书(allowInsecure)</value>
</data> </data>
<data name="label16.Size" type="System.Drawing.Size, System.Drawing"> <data name="label16.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 12</value> <value>53, 12</value>