SSLAcceptServerCert Property

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

Syntax

public Certificate getSSLAcceptServerCert();
public void setSSLAcceptServerCert(Certificate SSLAcceptServerCert);

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 class will create a new secure connection with the URL specified in ReceiptDeliveryOption. By default the class 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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Java Edition - Version 20.0 [Build 8203]