Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Able to pass through proxy server

To my understanding through a socks proxy server there is no problem. Cause it just forwards TCP connections.

 

A http proxy will cause problems. Cause MQTT is not HTTP.. but what if the proxy allows SSL tunnels to the internet on port 443 to allow HTTPS. And MQTT is routed over SSL the proxy is not able to determine if is MQTT that goes over the SSL instead of HTTP. So in my theory you should be able to pass through this proxy especially if your MQTT broker is running on port 433. Or is this just another SOCKS variant on a HTTP proxy?

 

Thanks,

 

Alexander Curvers

 



The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.

Back to the top