Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have installed the latest Qlik Analytics Migration tool in the same server where Qlik Sense is installed. During installation, selected self-signed certificate.
I have completed setting the Qlik cloud connection and trying to Add Qlik Sense Client-Managed Connection. I followed the instruction provided - added the X-Qlik-Session value and tried to establish the connection where I am facing error.
My server is set up as qsserver, where in when I try to ping in cmd prompt it connect in the name QSServer.corp.comp.com. I tried updating QMC -> virtual proxies -> Allowed Hosts. Still I am not able to achieve the connection.
Checked the log and error message is as below:
[ERR] Error retrieving users from Qlik Sense Client-Managed
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch
Can help me resolve this issue?
Thank you.
If you are using the Qlik Self-signed certificate, it needs to have the same URL you are using to access the environment.
The error message states the following: RemoteCertificateNameMismatch
Example:
1) Installed Qlik Sense and for the hostname you choose: qlikserver1.domain.local
2) Your Self-signed cert matches the FQDN
3) Install the QAMT tool and select to use Self-Signed Certificate
4) Access tool using FQDN Example: (https://qlikserver1.domain.local:9038/)
5) Setup Connections and Select Qlik Sense Client Managed - Create New
6) Virtual Proxy Setup - Qlik Server URL: https://qlikserver1.domain.local - Login
7) Obtain the Session Cookie Value then Click on Retrieve Users
If you are using the Qlik Self-signed certificate, it needs to have the same URL you are using to access the environment.
The error message states the following: RemoteCertificateNameMismatch
Example:
1) Installed Qlik Sense and for the hostname you choose: qlikserver1.domain.local
2) Your Self-signed cert matches the FQDN
3) Install the QAMT tool and select to use Self-Signed Certificate
4) Access tool using FQDN Example: (https://qlikserver1.domain.local:9038/)
5) Setup Connections and Select Qlik Sense Client Managed - Create New
6) Virtual Proxy Setup - Qlik Server URL: https://qlikserver1.domain.local - Login
7) Obtain the Session Cookie Value then Click on Retrieve Users
Updated certificate and work now. Thanks