Kofax - TLS Support for KIC

Applies to

Kofax Import Connector 2.7

Summary

What versions are supported for KIC 2.7?

Answer/Solution

By default in Message Connector, only TLS 1.1 and TLS 1.2 are supported for MC . Low secure protocols like SSL2, SSL3, TLS1.0 are not supported.

TLS 1.3 is also not supported by KIC 2.7.

If you would like to *only* support TLS 1.2 you would need to update as highlighted below in create_config.xslt and rerun the configuration tool.

<OpenSsl>

<ContextOptions> 385875968</ContextOptions> <!-- 0x17000000: Disable SSL2, SSL3, TLS1.0 and TLS 1.1 -->

<!-- <CipherList>HIGH"</CipherList> -->

</OpenSsl>

CASO Knowledge Base