Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Port 443 is occupied by QlikView Web Server service even SSL is not used

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Yoichi_Hirotake
Former Employee
Former Employee

Port 443 is occupied by QlikView Web Server service even SSL is not used

Last Update:

Jul 29, 2021 8:19:43 AM

Updated By:

Sonja_Bauernfeind

Created date:

Oct 8, 2014 8:47:21 PM

The cause of this symptom is QlikView Web Server reserving port 443 for the GetTicket.asp
 

Environment:

 

Resolution:

  1. Stop all of the QlikView Services. 
  2. Using Text Editor, open config.xml under C:\ProgramData\QlikTech\WebServer (Default path)
  3. In the config.xml there is below line....
    <HttpAuthentication url="https://_/scripts/GetTicket.asp" scheme="Basic" />​

    Modify to: 
    <HttpAuthentication url="http://_/scripts/GetTicket.asp" scheme="Basic" /> ​

    Note: By doing this setting, port 443 will not be mapped automatically anymore.

    If users do not plan on using GetTicket.asp with Basic authentication, this change should be no issue. 

  4. Save config.xml 
  5. Restart all of the QlikView Services. 
Labels (1)
Contributors
Version history
Last update:
‎2021-07-29 08:19 AM
Updated by: