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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Narz
Partner - Contributor III
Partner - Contributor III

Qlik Migration tool - QS Client Managed Connection Error

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.  

Narz_0-1759479043363.png

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.

 

Labels (1)
1 Solution

Accepted Solutions
Mike_Dickson
Support
Support

@Narz 

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

QAMT-retrieve users.jpg

 

 

Sr. Technical Support Engineer with Qlik Support
Don't forget to mark a solution that worked for you!

View solution in original post

2 Replies
Mike_Dickson
Support
Support

@Narz 

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

QAMT-retrieve users.jpg

 

 

Sr. Technical Support Engineer with Qlik Support
Don't forget to mark a solution that worked for you!
Narz
Partner - Contributor III
Partner - Contributor III
Author

Updated certificate and work now. Thanks