emqx / MQTTX

A Powerful and All-in-One MQTT 5.0 client toolbox for Desktop, CLI and WebSocket.
https://mqttx.app
Apache License 2.0
3.95k stars 450 forks source link

[Proxy Setting] Allow users to specify proxy settings to connect to MB #706

Open susheelheeranandani opened 3 years ago

susheelheeranandani commented 3 years ago

Would be a nice feature if the user is given an option to specify proxy settings on MQTTX client to connect to the message broker(MB)

ysfscream commented 3 years ago

@susheelheeranandani Hi! Proxy is indeed a nice feature that we will plan to develop.

strophy commented 7 months ago

Hi, will this feature be included in MQTTX 1.10.x? Support for SOCKS5 proxy would be really helpful, thanks!

jason-grimme commented 6 months ago

I am also interested in proxy support. Especially from the CLI. The use case is that I use a proxy to capture mqtt (wss) & http traffic during some automated testing. I use mitmproxy.

For anybody that finds this looking for mqtt proxy, note that mosquitto & mqtt.fx (both Java-based) do support proxy, while mqtt CLI (by HiveMQ) and Mqtt Explorer do not.