[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-talk] Using .onion address for MQTT pubsub.



Just a little experiment after seeing Home Assistant. Is it possible to
start a Mosquitto server and publish / subscribe using tor address?

I tried doing:

mosquitto_sub -h abcdefg123456789.onion -d -t hello/world AND
mosquitto_sub -h abcdefg123456789.onion -p 9150(and mqtt port) -d  -t
hello/world

mosquitto_pub -h abcdefg123456789.onion -d -t hello/world -m "Hello
World" AND
mosquitto_pub -h abcdefg123456789.onion -p 9150(and mqtt port) -d -t
hello/world -m "Hello World"

There wasn't a connection on either end. So obviously, I'm doing
something wrong. What am I missing here as far as making the connection?
-- 
tor-talk mailing list - tor-talk@xxxxxxxxxxxxxxxxxxxx
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk