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

.net Ticketing code deploye on IIS Server

Hi,

   I m developing ticketing code using .net(visual studio). but code run on local visual studio development tool.

   when same code deploy on IIS using .net publish method then error occur.This purpose is opening qliksense hub using  ticketing.

     Trying SSO in qliksense.

The request was aborted: Could not create SSL/TLS secure channel.

Below Attached Screen Shot.

Please help me solve this error.

4 Replies
jvi
Employee
Employee

If you don't point directly to the certificate in your code, but using the local certificate store and looking for the certificate there, then you need to make sure you have the certificate in the personal certificate store for the user/identity of the apppool running the aspx/asmx site.

suhaskharat
Contributor III
Contributor III
Author

Thank you Jacob for reply,

I have already store the certificate in personal certificate store.

Can you explain me more on the statement "user/identity of the apppool running the aspx/asmx site".

It will be great if you share screenshot for the same.

I have attached a screenshot below.

1st certificate is created by Qlik.

2nd certificate is imported by me.

3rd and 4th are service certificate.

certificate in personal.png

jvi
Employee
Employee

I can see you are looking for the certificate called Prachin-7801 is this a renamed version of the client.pfx you have exported from the server?


How does the personal certifacte store look for the user you are running your VS project with (look in the MMC on your dev machine and select current user). This might point you in the right direction.

prasad_b
Partner - Contributor
Partner - Contributor

Add IISuser to qlik client certificate and check