OpenSSLSecureConnection.Default

Syntax:

New OpenSSLSecureConnection(<ClientCertificate>, <CertificationAuthorityCertificates>)

Parameters:

<ClientCertificate> (optional)

Type: FileClientCertificate; WindowsClientCertificate; Undefined.
OpenSSLclient certificate, if used.
If it is not specified, the client certificate is not provided.
Default value: Undefined.

<CertificationAuthorityCertificates> (optional)

Type: FileCertificationAuthorityCertificates; WindowsCertificationAuthorityCertificates; LinuxCertificationAuthorityCertificates; OSCertificationAuthorityCertificates; Undefined.
OpenSSL authority centers certificated, if used.
If it is not specified, the server certificate is not verified.
Default value: Undefined.

Description:

Creates an OpenSSL secure connection using the specified sources of the client certificate and verification center certificates.
IIf the source of the verification center certificates is not specified, the server certificate is not verified.
If the source of the client certificate is not specified, you can connect only to the servers that do not require the client certificate

    

1C:Enterprise Developer's Community