Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Masi_Sahargahi
Contributor III
Contributor III

register ssl certificate on qlikview webserver

Hi,

Recently we are forced to change all websites from http to https.

I registered ssl sertificate based on the following instruction:

https://community.qlik.com/t5/QlikView-Documents/Enable-SSL-QlikView-Webserver/ta-p/1495958

 I did all the steps and   as a  last step I run the below command in cmd and I got this message:

The ssl certificate successfully registered,

 netsh http add sslcert ipport=0.0.0.0:443 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF}

 

I changed the port from 80 to 443 and sleceted  "use https"( in qlikview web server), then I reseted qlikview web server.

But nothing happened after that and access point didn’t load with new configuration.

Any help would be highly appreciated.

Labels (3)
1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

 How about just creating a CNAME in DNS and pointing it to the Webserver.

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.

View solution in original post

22 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

Did you try manually typing the URL with HTTPS?

What error did it throw.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Masi_Sahargahi
Contributor III
Contributor III
Author

https://ServerIP:443/qlikview

error: "This site can’t be reached"

Also when I run qlikview data access in server I get the same error.

Masi_Sahargahi
Contributor III
Contributor III
Author

any idea about it please?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You have IIS configured or you are using default Qlik Web Server?

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Masi_Sahargahi
Contributor III
Contributor III
Author

I don't have iis,I configured Qlik web server.

Bill_Britt
Former Employee
Former Employee

Hi,

Go to C:\ProgramData\QlikTech\WebServer and open the Config.xml file. Make sure the third line is

https://_/ that is what tells QVWS to run as 443. If that is set correctly. Stop QVWS service open a cmd window and type

netstat -an | find "443" to see if something else is using port 443

 

Bill

 

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Masi_Sahargahi
Contributor III
Contributor III
Author

Thanks bill,

Here is the first 5 row of web server config file :

 

-<Config>

<ConfigVersion>11</ConfigVersion>

http://_/

<DefaultQvs>QVS@biserver</DefaultQvs>

http://_:4750/QVWS/Service

Bill_Britt
Former Employee
Former Employee

HI,

As you can see your config file is still set for non SSL. Try this, set the option in the QMC for SSL and port to 443 and click apply. Check the line http://_/ to see if it changed to https://_/

 

If not rename the config.xml file and Qlik should regenerate it. Check again to see if the line is showing https

 

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Sean_BI
Creator
Creator

Hi -

Can you check if you have https in QMC-->systems tabs- go to set->Select webserver-->go to general tab--> go to URL text box and type https://server name:4750/QVWS/Service. 

Ensure you add "s" .

Ensure you select "use https:"  check box under communication tab.

Ensure you type 443 "Port" box.

If this still not responding, please provide the screen shot.

Rgds,

Sean.