Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

IIS SSL and QEMC AccessPoint

I have moved away from QlikView webserver because SSL security profile was showing weak ciphers and SSL 2 and I could not see where to disable these.  Now we are running IIS and everything is working fine apart from AccessPoint settings in QEMC, if I tick require SSL in IIS the settings are longer displayed in QEMC, if I un-tick SSL they work fine.  If I try to access the URL directly from a browser I get prompted for credentials, what am I missing?

1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

This takes a little work, but if you are running version 10 then this is what you have to do.

First if you removed the binding for port 80 you will need to add another port. It can be any unused port like 8080.

Next open IIS and click on QvAjaxZfc and at the bottom Click "Content View"

Now you can see the files. Click on AccessPointSettings.aspx and in the right panel click " Switch to Feature View"

1.jpg

Now open the SSL Settings.

2.jpg

Now uncheck " Require SSL" Now we are only removing SSL support for this one file.

3.jpg

Once this is done. Open the QEMC and change the setting there to

http://<server name>/QvAjaxZfc/AccessPointSettings.aspx and if you used port other than 80 you will need to add

it after the server name.

In the below it is 8080

5.jpg

This should get you going. This is not require in version 11. There is a difference hook into IIS.

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

13 Replies
Karl_Humma
Employee
Employee

What version 10 or 11?

Bill_Britt
Former Employee
Former Employee

This takes a little work, but if you are running version 10 then this is what you have to do.

First if you removed the binding for port 80 you will need to add another port. It can be any unused port like 8080.

Next open IIS and click on QvAjaxZfc and at the bottom Click "Content View"

Now you can see the files. Click on AccessPointSettings.aspx and in the right panel click " Switch to Feature View"

1.jpg

Now open the SSL Settings.

2.jpg

Now uncheck " Require SSL" Now we are only removing SSL support for this one file.

3.jpg

Once this is done. Open the QEMC and change the setting there to

http://<server name>/QvAjaxZfc/AccessPointSettings.aspx and if you used port other than 80 you will need to add

it after the server name.

In the below it is 8080

5.jpg

This should get you going. This is not require in version 11. There is a difference hook into IIS.

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.
Anonymous
Not applicable
Author

Hi Bill/Karl,

can you please provide steps to configure SSL in QV11 using IIS.?

Thanks,

Venkatesh

Not applicable
Author

HI Venktesh,

Please find the enclosed document containing screenshots for implementing SSL using QVS 11 with IIS.

Thanks,

Kumar

Bill_Britt
Former Employee
Former Employee

Hi,

This looks like the best information to show how.

http://www.digicert.com/ssl-certificate-installation-microsoft-iis-7.htm

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.
Not applicable
Author

Hi All,


Adding little more to SSL.
I have successfully implemented SSL using QVS 11 with IIS.
Can you suggest what need to be done to redirect http://xxxx to https://xxxx

When user types http://xxxx it should redirect to https://xxxx

Thanks,

Kumar

Anonymous
Not applicable
Author

Hi Kumar,

U can use HTTP redirect in IIS for redirecting page from http://xxxx to https://xxxx.

(Make sure HTTP reirect is installed for iis 7.)

http://www.trainsignal.com/blog/iis7-redirect-windows-server-2008

Thanks

Venkatesh

Anonymous
Not applicable
Author

Hi kumaram125,

After following the steps in the document, HTTPS is working fine but only in Full Browser View.

When i tried to open the document through IE Plugin client,  i am getting "bad request" error.

Thanks

Vekandas

Not applicable
Author

Hi Vekandas, just want to check whether you have done tunnelling in IIS  or not ?