[AWS IOT CORE] Got unexpected status 426 with statusLine:HTTP/1.1 426 Upgrade Required

Issue #259 closed
Sylvain V created an issue

Hello,

Context:

I’m trying to use Jmeter for some tests on my AWS iot core MQTT server.

I’m connecting on it using “wss” (MQTT over WSS)

Error:

“Upgrade” header seems to be correctly set (based on debug log levels)

Do you have an idea how to fix this, please?

Thanks !

Comments (5)

  1. Peter Doornbosch repo owner

    Does the server not send a Upgrade header to indicate the required protocol? This would help to understand what’s going on.

  2. Sylvain V reporter

    Hello!
    Thanks for your reactivity!

    Your guess was right (to specify “mqtt” in the headers)

    After adding that, everything worked perfectly !

    Thanks for your help :)

  3. Log in to comment