Known issues
This topic contains information about potential issues that you could encounter while using Kofax OmniPage Capture SDK for Linux 22.0.0. Workarounds are provided, as applicable.
Proxy server setting with authentication fails on the OPLA user interface
1844555: The "Test failed" message appears when using the OPLA user interface for proxy setting with authentication. Also, the following line appears in the log file: "Cannot connect to the server, status: ProxyAuthenticationRequired".
Workaround: Enter the following command at the command prompt for proxy testing:
sudo opla SetConfiguration -Proxy.UseProxy=True -Proxy.Address="<proxy IP address>" -Proxy.Port=<proxy port> -Proxy.UseAuthentication=True -Proxy.UserName="<proxy user name>" -Proxy.Password="<proxy user password>"