Our Nao Robot is running Python 2.7.3. We have a project that uses IBM Watson cloud services from this robot, and everything has been working fine up til now. IBM increased their security, and now refuses any SSL that is not TLS 1.2.
So all of our requests are failing from the robot. Has anyone else had this issue? How did you resolve it? Many web services are moving to this TLS 1.2 requirement, and this old version of Python/OpenSSL does not support it.