This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
我正在尝试连接到我的企业 WiFi。
我已将 WiFi 网络的根 CA (通过窥探 PC 的连接 TCP 流量)以 PEM 格式作为 ca.der 放置在 sys/cert/目录中。
我断开连接的原因是210"证书已过期"。
我有什么问题吗?
Chris Barratt
您可能之前没有更新系统/NWP 时间(可以使用下面的命令进行检查、或使用 sl_DeviceSet 设置日期)、或者服务器的证书时间已过期。
SlDateTime_t dateTime = {0}; _i16 configLen = sizeof(SlDateTime_t); _i8 configOpt = SL_DEVICE_GENERAL_DATE_TIME; sl_DeviceGet(SL_DEVICE_GENERAL,&configOpt, &configLen,(_u8 *)(&dateTime));