Secure the connection between the device and the iot edge device

Somiya 246 Reputation points
2021-05-07T01:51:53.257+00:00

Hi!! I want to secure the connection between the device(iPad/iPhone) and the IoT Edge Device to be secure for example my app running on the iPad access the IoT Edge Device at http://:<iotedgedeviceip>:<port> but I want to access it over https. How can I achieve it?

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
574 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 32,726 Reputation points MVP
    2021-05-07T15:53:55.933+00:00

    Hello @Somiya ,

    it seems you have some website or web service running on your Azure IoT Edgevice and you want to connect to it over the local network?

    It seems you are exposing that endpoint in an insecure manner.

    Although the service is running on top of Azure IoT Edge, this has nothing to do with the runtime.

    Please take a look at what HTTP/HTTPS/TLS/SSL is.

    HTTP is not encrypted and thus is vulnerable

    From there, check out how to create (free) x509 certificates for web development.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.