EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

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 bean will create a new secure connection with the URL specified in ReceiptDeliveryOption. By default the bean 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) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]