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

SSL in QV 1.2 SR5

We are working on QlikView Server 11.2 SR5

we want to force communication over HTTPS protocol

we have the certificate and we register it using NETSH command successfully

I checked the use https in QMC and put 443 in the port

However no one is able to log in to Access point using https

is there any step missing?

Please advise

I can walk on water when it freezes
4 Replies
Bill_Britt
Former Employee
Former Employee

Hi Ali,

One of the issues I have seen over and over is that people do the bindings wrong. This has to be ipport=0.0.0.0:443 you don't put an IP address there.

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.
ergustafsson
Partner - Specialist
Partner - Specialist

Hello Ali,

Have a look at Enable SSL - QlikView Webserver

Might help you out!

Regards,

Erik

ali_hijazi
Partner - Master II
Partner - Master II
Author

ah that's it

I put the up address

what procedure shall I follow to correct this mistake?

I can walk on water when it freezes
Bill_Britt
Former Employee
Former Employee

You will need netsh http delete sslcert ipport= the ip you used:443

Then redo it with ipport=0.0.0.0: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.