Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a .Net website that is trying to connect to a Qlik Sense server, using certificates. I had exported a client certificate from the QMC for the web server I am hosting the website at, and imported the client.pfx into the web server's certificate store. But when I try connecting to the server from .Net code, I get the error:
The request was aborted: Could not create SSL/TLS secure channel.
On my system, the website on localhost was able to connect without any issues to this external Qlik Sense server.
Any ideas on why I might be receiving this error?
Tvincent were you able to solve this? Currently I'm facing exactly the same issue
Is your .NET web site is running in IIS?
You probably have to set permission for the IIS application pool identity on the private keys of the certificate.
See this post for a solution: Re: Ticket API authentication getting 403 Forbidden