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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DaanBrand1988
Partner - Contributor II
Partner - Contributor II

Update SSL certificate Tumbprint via QRS API

Hi Community,

I was wondering if it is possible to update the SSL certificate via QRS API. 

I am able to GET the sslBrowserCertificateThumbprint but when I try to do a PUT with a new value I got a 409 (Conflict) error. 

Any idea if it is possible?

Thanks!

Labels (3)
1 Solution

Accepted Solutions
stefanstoichev123

Are you passing modified date time value with the PUT request? This value should be greater than what Qlik holds for the current record. If you dont pass it or the value that is passed is less than or equal to what Qlik holds then you will get 409

View solution in original post

2 Replies
stefanstoichev123

Are you passing modified date time value with the PUT request? This value should be greater than what Qlik holds for the current record. If you dont pass it or the value that is passed is less than or equal to what Qlik holds then you will get 409

DaanBrand1988
Partner - Contributor II
Partner - Contributor II
Author

Thanks Stefan, That did the job!