Qlik Replicate can be instructed to use HTTP instead of HTTPS. This article documents the required steps for versions 2023.5 and above (Notes for Windows install of Replicate UI only)
Resolution
Previous versions of Qlik Replicate had a ServiceConfiguration.xml to make this change. Later versions require a change to the GlobalRepo.sqlite file in the Qlik Replicate data folder.
Since in Replicate 2023.5 and above there is no ServiceConfiguration.xml
Therefore, you can do this by modifying the host_configuration entry in the GlobalRepo.sqlite file in Replicate data folder.
A sqlite editor and knowledge on how to use it is required for this change, such as the DB Browser for SQLite: https://sqlitebrowser.org/
Stop the Qlik Replicate server service and the Qlik Replicate UI service
Open GlobalRepo.sqlite in any sqlite browser (as administrator)
Go to Browse data
Go to Objects
Locate host_configuration
Locate the JSON column
Edit the JSON column by changing the following: "host_https_port":0 "test_https":false "allow_unsafe_protocols":true
Save the GlobalRepo.sqlite file
Start the Qlik Replicate server service and Qlik Replicate UI service