eclipse / paho.mqtt.python

paho.mqtt.python
Other
2.17k stars 723 forks source link

Not able to send data through secure port 8883 #677

Closed Eldho1416 closed 1 year ago

Eldho1416 commented 2 years ago

Hi,

I'm trying to send data through secured connection where i'm usingtls_set_context(context=None) to match with server side certificate, and i was able to send data previously when i checked today it is not working, i'm not able to figure out what the issue is.

Sohaib90 commented 2 years ago

Hello,

It will be nice if I can have some more information. Maybe the code snippet you use, the strategy, or the error log (if you get one). Moreover, the behavior you are expecting and the behavior you actually see.

Eldho1416 commented 1 year ago

Hi Sohaib,

This issue was resolved, the issue was in server side. Thank you for your reply.