-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qlik Cli #218
Comments
Yes, you can use the |
Whether I need to follow these steps before doing it. Without doing this am getting an error cannot connect to remote server. step1 :-If we use Certificates to connect to Qlik Sense then Qlik Sense client and root authorities certificates must |
If you have installed trusted certificates on your Sense servers and configured the certificate thumbprint in the proxy settings then you should be able to connect without SSL/TLS errors. Otherwise, you can use To use certificates instead of Windows auth you would need to get a QlikClient cert from the dev server and copy it to prod for use with Qlik-Cli. |
Yes those steps are necessary to use certificates for connecting from one site to another, since you will have multiple QlikClient certificates installed it is not possible for Qlik-Cli to know which to use so you need to specify it. E.g. You can also use a PFX file rather than importing the certificate, e.g. |
I tried this already. Invoke-RestMethod : Unable to connect to the remote server
|
@ahaydon Any inputs on this? |
@abdulvajid4525 check that you can access the port with Check the PFX file includes a private key with the command Try adding the |
Hi,
From the prod Qlik sense server, using Qlik CLI can we export the app from the Qlik sense dev server?
Thank you
The text was updated successfully, but these errors were encountered: