SSL Cert
The certificate to be accepted from the server when connecting using SSL.
Data Type
string
Default Value
""
Remarks
If using an SSL connection, this property can be used to specify the SSL certificate to be accepted from the server. Any other certificate that is not trusted by the machine will be rejected. This can take the form of a full PEM certificate, the path to a file containing the certificate, the public key, the MD5 thumbprint, or the SHA1 thumbprint. If not specified, any valid certificate will be accepted. Use '*' to signify to accept all certificates. Do not specify the SSLCert to only accept certificates that the machine already trusts.