【问题标题】:How can I secure the connection the server and connected devices when using IBM's "Internet of Things Foundation"?使用 IBM 的“物联网基础”时,如何保护服务器和连接设备的连接?
【发布时间】:2015-06-30 02:10:40
【问题描述】:

阅读 IBM 的 "Internet of Things" managed host platformdocumentation,我应该在将我的设备连接到云服务时使用 MQTT 作为协议。

如何配置服务以确保我的设备和云之间的数据是加密的?

我是否需要在消息传递层或传输层配置安全性?

【问题讨论】:

    标签: mqtt ibm-cloud iot


    【解决方案1】:

    IBM IoTF 服务将接受 encrypted client connection,使用 TLS 来保护链接。使用端口 8883(或 443 用于 websocket)连接到服务,以便与兼容的客户端库建立 TLS 安全连接。

    *.messaging.internetofthingscloud.ibmcloud.com 链的证书文件 (messaging.pem) 可用 here

    IoT Foundation 需要 TLS v1.2。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-10-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-07-12
      • 1970-01-01
      • 2015-08-10
      相关资源
      最近更新 更多