green-fox-academy / huli-smarthome-device-static-fuchsit

0 stars 0 forks source link

SSL/TLS on REST and MQTT #14

Open zkauker opened 6 years ago

zkauker commented 6 years ago

We will use this at 2 places:

  1. MQTT - support TLS handshake, make sure that the data is transferred in encrypted format
  2. WEB server (providing REST API), make a concept about how to support secure communication with the MASTER board.
    1. verify the identity of the client, who connects
    2. encrypted communication

@zkauker should give you a handover about the current status