EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

SSLAcceptServerCert Property

For sending HTTPS asynchronous MDNs, a server certificate to unconditionally accept.

Syntax

[VB.NET]
Public Property SSLAcceptServerCert As Certificate

[C#]
public Certificate SSLAcceptServerCert {get; set;}

Remarks

You must set this property to send asynchronous HTTPS MDNs if your trading partner is using a certificate that is not inherently trusted by your system.

When an asynchronous MDN is requested over HTTPS, the component will create a new secure connection with the URL specified in ReceiptDeliveryOption. By default the component will reject any server certificates not signed by a trusted Certificate Authority (CA).

You may also trap the SSLServerAuthentication event to accept the server certificate.

Default Value

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0