Preparing search index...
The search index is not available
pts
pts
global
TLSConfig
Interface TLSConfig
interface
TLSConfig
{
certificates
:
Certificate
[]
;
insecureSkipVerify
:
boolean
;
rootCAs
:
string
[]
;
serverName
:
string
;
}
Index
Properties
certificates
insecure
Skip
Verify
rootCAs
server
Name
Properties
certificates
certificates
:
Certificate
[]
客户端证书列表
insecure
Skip
Verify
insecure
Skip
Verify
:
boolean
控制客户端是否验证服务器的证书链和主机名。如果为真,crypto/tls 接受服务器提供的任何证书以及该证书中的任何主机名。
rootCAs
rootCAs
:
string
[]
根证书
server
Name
server
Name
:
string
匹配证书里的主机名
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
certificates
insecure
Skip
Verify
rootCAs
server
Name
pts
Loading...
客户端证书列表