我想确保设备和https边缘设备之间的连接安全,例如,我在http://:上运行的应用程序访问IoT边缘设备,但我想通过https访问它。我是IoT新手,如何才能做到这一点?
发布于 2021-05-07 19:26:03
您可以运行如下所示的代理模块:https://github.com/Azure/iotedge/tree/master/edge-modules/edgehub-proxy
https://stackoverflow.com/questions/67427671
相似问题