Enabling TLS

If you use certificate authentication, Oracle recommends that you enable TLS 1.2 and disable TLS 1.1 and older on the Oracle InForm Adapter computer.

Make sure the following registry keys and subkeys exist in HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols:

Key Subkeys and entries
SSL 2.0 Client:
  • DisabledByDefault=1
  • Enabled=0

Server:

  • DisabledByDefault=1
  • Enabled=0
SSL 3.0 Client:
  • DisabledByDefault=1
  • Enabled=0

Server:

  • DisabledByDefault=1
  • Enabled=0
TLS 1.0 Client:
  • DisabledByDefault=1
  • Enabled=0

Server:

  • DisabledByDefault=1
  • Enabled=0
TLS 1.1 Client:
  • DisabledByDefault=1
  • Enabled=0

Server:

  • DisabledByDefault=1
  • Enabled=0
TLS 1.2 Client:
  • DisabledByDefault=0
  • Enabled=1

Server:

  • DisabledByDefault=0
  • Enabled=1