Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to connect to a QAP server using the AsStaticHeaderUserViaProxy method in the .Net SDK and I'm getting a 'The handshake failed due to an unexpected packet format.' error.
I'm using the example code from GitHub (https://github.com/AptkQlik/PublicExamples), version 13.18.0 of the SDK, and connecting to QAP April 2019 Patch 1.
Any ideas?
If I remember correctly you can get that type of error if you try to do an https connection to a http virtual proxy or vice versa. Have you set the "proxyUsesSsl" argument correctly? Default value is "true":
If I remember correctly you can get that type of error if you try to do an https connection to a http virtual proxy or vice versa. Have you set the "proxyUsesSsl" argument correctly? Default value is "true":
That was the problem, thanks.