Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I Have the Qlik Replicate Server in Linux and I have an error in the log repsrv.log
The client used a ssl certificate own, and before days works fine but now I have error
"Agent failed to refresh ssl configuration".
Thanks
Hi @lguevara
From your screen shot it looks like Qlik replicate service does not have sufficient permissions to access or modify the below file
/ssl/data/agent-private-key-passphrase.dat
Try to replace the existing user with the actual user that runs your Replicate service and restart the service.
Thanks
Naren
Hello @lguevara ,
It appears to be a permission issue. Please ensure that the process owner has full access to these files. If necessary, adjust the file permissions accordingly.
Regards,
John.
Hi @john_wang
The client used a ssl certificate own and not have a private key passphrase. When replace the default self-signed certificates the agent-private-key-passphrase.dat only contain /clear:
This is fine or how would be work?
Hi @lguevara
Are you following the steps outlined in our User Guide here?: Setting Up Qlik Replicate Server HTTPS support #Setting Up Qlik Replicate Server HTTPS support | Qli...
Thanks,
Dana
Hi @lguevara
From your screen shot it looks like Qlik replicate service does not have sufficient permissions to access or modify the below file
/ssl/data/agent-private-key-passphrase.dat
Try to replace the existing user with the actual user that runs your Replicate service and restart the service.
Thanks
Naren
Yes, the problem was tha directory and files ssl/data has owner root and group group, we change to attunity and work fine.
Thanks