-
Traditional company or factories is limited the Internet connection using proxy.
HTTPS can set that setting like below in an env file.
"HTTPS_PROXY=http://proxy.foobar.co.jp"
But the MQTTS doesn'…
-
After configuring my client with configure-client.sh my rhc is still configured to use `wss://connect.cloud.redhat.com:443`
Does rhproxy support proxying the mqtt connection? Is that planned?
-
Thanks for the fantastic work on MQTT Explorer—it’s such a handy tool!
I’d like to request support for SOCKS proxies. This feature would make it easier to use MQTT Explorer in setups where a SOCKS …
-
## Checklist
- [ x] I've searched the project's [`issues`](https://github.com/hivemq/hivemq-mqtt-client-dotnet/issues?q=is%3Aissue).
- [ x] I've searched the project's [`discussions`](http…
-
I need psk/hint authentication for the mqtt_client, because a mqtt broker won't let me connect otherwise.
I am pretty new to this boost asio and tcp and ssl stuff, so bear with me.
I setup a boost::…
-
*Title*: *Support proxy for MQTT Protocol*
*Description*:
>The idea here is to setup MQTT Broker behind Envoy proxy load balancing between different nodes of MQTT cluster in our case a multi node …
-
Hi all,
I want to implement MQTT over TLS using generated Let's Encrypt of domain mqtt.llos.unimetaverse.net.
1. use nginx stream configuration
```
stream {
log_format basic '$proxy_prot…
-
Hi!
Ok, maybe this is an hard request and an already "covered" request, but yes I ask for Bluetooth support for ESPEasy.
Personally I'm interested into a Bluetooth gateway/proxy for Bluetooth Low En…
-
### What is happening?
If wherever the plugin is running loses connection to the redis server, it'll leave the plugin in a state where it's unusable.
### What did you expect to happen?
I would like…
-
code:
```
mqtt_client = mqtt.Client(CallbackAPIVersion.VERSION2, protocol=MQTTProtocolVersion.MQTTv5, transport='websockets')
mqtt_client.proxy_set(proxy_type=socks.HTTP, proxy_addr='116.97.15.46',…