akamai-threat-research / mqtt-pwn

MQTT-PWN intends to be a one-stop-shop for IoT Broker penetration-testing and security assessment operations.
GNU General Public License v3.0
370 stars 53 forks source link

connecting to MQTT broker gives error #12

Open abhi-84 opened 3 years ago

abhi-84 commented 3 years ago

Hi I am able access my broker using openssl command. My broker is running locally on pi with IP address 10.42.0.118 and broker is SSL enabled. When trying to connect with MQTT broker over SSL, I am getting following error: I have used docker for setup.

connect -o 10.42.0.118 -p 8883 [!] Connecting... [Errno 104] Connection reset by peer

Please help.

Thanks

amefonaffia commented 3 years ago

Same issue here for me!