Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT traffic over Https Proxy #494

Open
muqtheear opened this issue May 24, 2024 · 1 comment
Open

MQTT traffic over Https Proxy #494

muqtheear opened this issue May 24, 2024 · 1 comment

Comments

@muqtheear
Copy link

Hi,
I have Https proxy configured to return it's own root CA and it decrypt and encrypt the request going between mqtt client and AWS server.
SSL handshake and key exchange between mqtt client and proxy server is successfull, but when mqtt client is actually trying to connect, it's failing with the below error.

  1. [2024_05_14_11_46_07] 9128 [MQTTTraceCallback] 20240514 114607.919 Bad MQTT packet, type 3
    [2024_05_14_11_46_07] 9128 [MQTTTraceCallback] 20240514 114607.919 (9128) (2)< MQTTPacket_Factory:179 (-1)
    [2024_05_14_11_46_07] 9128 [MQTTTraceCallback] 20240514 114607.920 CONNECT sent but MQTTPacket_Factory has returned SOCKET_ERROR

  2. [2024_05_14_09_56_32] 8444 [MQTTTraceCallback] 20240514 095632.891 1380 xyz_mmmm <- PUBACK msgid: 21584
    [2024_05_14_09_56_32] 8444 [MQTTTraceCallback] 20240514 095632.891 Packet PUBACK received from client xyz_mmmm for message identifier 21584, but no record of that message identifier found

Please suggest me how to fix it.

Thanks & Regards,
Muqtheear.S

@muqtheear
Copy link
Author

Hi,
Any update on this?

Thanks & Regards,
Muqtheear.S

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant