Page 1 of 1

mqtt connection difference between lan and wifi

Posted: Thu Oct 22, 2020 9:59 am
by ttadam
Hello there,

I am using a wesp32 board, because of poe. This device, collect some data then publish it to an mqtt server
Right now I changed the mqtt connection to ssl, and I get an OSError: 16 from this line
self.sock = ussl.wrap_socket(self.sock, **self.ssl_params)
The funny thing is that this error only shows up when the esp32 connected to the network via cable, but works okay if connected via wifi.
Do you have any guess what could go wrong?

Thanks,