Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
BrunPierre
Master
Master

HTTPS/SSL for QlikView Access Point with different port number

Hello Everyone,

Having read enough on this community, I still have not successfully deployed HTTPS/SSL on QV Accesspoint. I get this message " Internet Explorer cannot display the webpage ".  The following are the approach:

1. With an already created certificate for me, I imported that certificate to the QV Webserver.

2. Successfully added the SSL certificate (Binding)

3. Included this line "<Url>https://servername:NewPort/</Url>" in the config.xml  for the webserver after as the first line after the line "<config>".

4. Changed the port number under the sub-tab"communications" and checked "Use https" in the QlikView Web Servers setup

Kindly help ASAP.

Thanks, regards.

 

 

1 Solution

Accepted Solutions
BrunPierre
Master
Master
Author

I skipped the configuration on the IIS to use SSL, which is important for getting SSL to work with QV Webserver.

 Also, I didn't have to make any modifications to the Webserver config.xml

View solution in original post

5 Replies
rubenmarin

Hi, you can follow this post, if you already have a certificate start from step 2:

https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/How-To-Setup-HTTPS-SSL-with-QlikView-Acces...

In the Enable SSL - QVWS.zip file there is a guid generator.

BrunPierre
Master
Master
Author

@rubenmarin Thanks for the response.

I have followed steps including your suggestions exhaustively, yet still, the "Internet Explorer cannot display the webpage" error still occurs.  The snippet attached shows the port bounds correctly.

1.PNG

How do I troubleshoot why this error?

 

rubenmarin

Hello, not sure, some of the logs usually gives some hint of the error but I usually follow the steps of the word document and I don't remember any installation using a diffrerent port than 443, if another port was used it was when accesing from outside, and the router redirected to 443 in QVS machine.

Also be sure than the thumbrint doesn't have an invisible character at start or at the end, set the cursor at the start of string and press delete until the first character is deleted and write it again (just to be sure that there is no other non-visible character), do the same at the end of string.

Some times I found the port already binded so I had to use "Netsh http delete sslcert ipport=0.0.0.0:443" to unbind it.

Sonja_Bauernfeind
Digital Support
Digital Support

Hello @BrunPierre .

I saw you copied in a screencap of the log files, but it did not show the relevant line. There should be a bunch and the one that indicates the AccessPoint (so when you go to http://servername/qlikview) is the one that just says /qlikview:

Information     register prefix: "https://+:443/scripts/"
Information     register prefix: "https://+:443/qvajaxzfc/"
Information     register prefix: "https://+:443/scripts/"
Information     register prefix: "https://+:443/qlikview/"
Information     register prefix: "https://+:443/qvdesktop/"
Information     register prefix: https://+:443/qvplugin/

So this should show your custom port.

Also, verify if the certificate was correctly bound. You can check QlikView AccessPoint and QMC with HTTPS and a custom SSL certificate and search for netsh http show sslcert for what it looks like.

If both of those are right, then the WebServer is correctly configured and is listening. That means the issue will be with a component in your environment and for that, I can unfortunately only give you some general pointers:

  • Where from are you trying to access the AccessPoint afterwards? Directly from the same machine? Different one? 
  • Verify that no firewalls or other network components (proxy, etc) actually block the port that you are trying to use. 
  • Try to switch to standard https to see if that works.

 

 

 

 

 

Don't forget to Like posts and use the "Accept as Solution" button on content that answered your question! Thanks 🙂
BrunPierre
Master
Master
Author

I skipped the configuration on the IIS to use SSL, which is important for getting SSL to work with QV Webserver.

 Also, I didn't have to make any modifications to the Webserver config.xml