Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Question AWS IoT TLS V1.2

a questions to amazon AWS IoT Paho Implementation.

 

AWS IoT needs TLS V1.2.

But what is the difference to Arduino YUN Implementation in C++ and the other way in Python?

 

At YUN runs only Python 2.7.3 without TLS V1.2 support. :-(

With Python 3.5 and "import paho.mqtt.client as mqtt" i can connect and subscribed AWS IoT.

 

Whats the trick and other side of “AWS IoT Arduino YUN Paho C++ Implementation” that could connect with TLS V1.2?

 

Reiko


Back to the top