Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator II
Partner - Creator II

Qlik Replicate Server Error ssl refresh configuration

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

Labels (3)
1 Solution

Accepted Solutions
narendersarva
Support
Support

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

View solution in original post

5 Replies
john_wang
Support
Support

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.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
lguevara
Partner - Creator II
Partner - Creator II
Author

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?

Dana_Baldwin
Support
Support

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

narendersarva
Support
Support

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

lguevara
Partner - Creator II
Partner - Creator II
Author

Hi @narendersarva  

Yes, the problem was tha directory and files ssl/data has owner root and group group, we change to attunity and work fine.

Thanks