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:
- Ensure that all OLEDB applications and processes are stopped.
- Navigate to the installation directory <INSTALLDIR>. The default path is C:\Program Files\Infor\Infor OLE DB Object Services\.
- Create a backup of LawsonHttpClient.config.
- Open the LawsonHttpClient.config file in a text editor.
- Add this line:
<EnableUnsecuredHttpConnection>true</EnableUnsecuredHttpConnection> - 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.