Initializing help system before first use

https_trustsrv

Description
This parameter decides whether the HTTPS client should trust servers without checking their certificates.
Type
Boolean, read/write
Default value
false
Note
When this parameter is false (the default) whenever an HTTPS connection is opened (via httpget for instance) the authenticity of the remote server is checked using the list of trusted certification authorities (as defined by the control parameter https_cacerts) and the operation is aborted if the verification fails. Changing the value of this parameter disables this test.
Affects routines
See also
Module