paho.mqtt.c
paho.mqtt.c copied to clipboard
How do I get MQTT to support socks5 proxy?
There is now a requirement to use a proxy to access the MQTT server,how do to?
with the current code you can't use socks5
Do you have any suggestions for using Socks5 with MQTT lib?
The mosquitto client libraries apparently support socks 5 - https://mosquitto.org/api/files/mosquitto-h.html
Some HTTP proxy (like privoxy for example) supports SOCKS forwarding so it is possible to setup privoxy acting as http proxy forwarding requests through SOCKS proxy.