Enabling unsecured HTTP connections

By default, Lawson Security does not allow unsecured (HTTP) connections on the server. As a result, Infor OLE DB Object Services for Lawson ERP (OLEDB) can connect only to servers that use a secure (HTTPS) connection.

To bypass this behavior, complete these steps:
  1. Ensure that all OLEDB applications and processes are stopped.
  2. Navigate to the installation directory <INSTALLDIR>. The default path is C:\Program Files\Infor\Infor OLE DB Object Services\.
  3. Create a backup of LawsonHttpClient.config.
  4. Open the LawsonHttpClient.config file in a text editor.
  5. Add this line:<EnableUnsecuredHttpConnection>true</EnableUnsecuredHttpConnection>
  6. Save the file.
To restore the default behavior, remove the added line or set the value to false.
Note: You must have elevated privileges to save the modified configuration file.