Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
网络学习营
SSL/TLS
IoT-Board阿里云ssl加密连接失败
发布于 2019-04-01 17:48:40 浏览:3269
订阅该版
如下图所示,第IoT-Board27例程按照说明文档这里修改此位置 ![捕获.PNG](/uploads/201904/01/174558gfif8ioo4ftj4ei8.png) 重新编译烧写后打开调试。 出现如下错误。 ![捕获1.PNG](/uploads/201904/01/174604l0l4s187l5olc80o.png) 这是什么问题呢?
查看更多
10
个回答
默认排序
按发布时间排序
MurphyZhao
认证专家
2019-04-03
这家伙很懒,什么也没写!
这个是 SSL 相关的问题,SSL 握手失败,可能跟证书有关系,我验证下
ROG
2019-04-04
这家伙很懒,什么也没写!
>这个是 SSL 相关的问题,SSL 握手失败,可能跟证书有关系,我验证下 --- 你QQ是多少直接联系你
MurphyZhao
认证专家
2019-04-19
这家伙很懒,什么也没写!
>你QQ是多少直接联系你 --- 这个我测试了下,mbedtls 设置帧大小为 10240,在 LinkDevelop (阿里物联网平台)上测试,是可以正常接入 TLS 的,也可以收发消息(需要 finsh 栈设为 4096)
MurphyZhao
认证专家
2019-04-19
这家伙很懒,什么也没写!
>你QQ是多少直接联系你 --- QQ 已经私信你
MurphyZhao
认证专家
2019-04-19
这家伙很懒,什么也没写!
正常情况下的日志: ``` \ | / - RT - Thread Operating System / | \ 4.0.1 build Apr 19 2019 2006 - 2019 Copyright by rt-thread team lwIP-2.0.2 initialized! [I/sal.skt] Socket Abstraction Layer initialize success. msh /> msh /> msh /> msh />al ali_mqtt_test msh />ali_mqtt_test start [inf] iotx_device_info_init(40): device_info created successfully! [dbg] iotx_device_info_set(50): start to set device info! [dbg] iotx_device_info_set(64): device_info set successfully! [dbg] guider_print_dev_guider_info(271): .................................................... [dbg] guider_print_dev_guider_info(272): ProductKey : a1wlm6xAOPf [dbg] guider_print_dev_guider_info(273): DeviceName : DEV_419_ALINK_1 [dbg] guider_print_dev_guider_info(274): DeviceID : a1wlm6xAOPf.DEV_419_ALINK_1 [dbg] guider_print_dev_guider_info(276): .................................................... [dbg] guider_print_dev_guider_info(277): PartnerID Buf : ,partner_id=example.demo.partner-id [dbg] guider_print_dev_guider_info(278): ModuleID Buf : ,module_id=example.demo.module-id [dbg] guider_print_dev_guider_info(279): Guider URL : [dbg] guider_print_dev_guider_info(281): Guider SecMode : 2 (TLS + Direct) [dbg] guider_print_dev_guider_info(283): Guider Timestamp : 2524608000000 [dbg] guider_print_dev_guider_info(284): .................................................... [dbg] guider_print_dev_guider_info(290): .................................................... [dbg] guider_print_conn_info(248): ----------------------------------------- [dbg] guider_print_conn_info(249): Host : a1wlm6xAOPf.iot-as-mqtt.cn-shanghai.aliyuncs.com [dbg] guider_print_conn_info(250): Port : 1883 [dbg] guider_print_conn_info(253): ClientID : a1wlm6xAOPf.DEV_419_ALINK_1|securemode=2,timestamp=2524608000000,signmethod=hmacsha1,gw=0,ext=0,partner_id=example.demo.partner-id,module_id=example.demo.module-id| [dbg] guider_print_conn_info(255): TLS PubKey : 08069be0 ('-----BEGIN CERTI ...') [dbg] guider_print_conn_info(258): ----------------------------------------- host: a1wlm6xaopf.iot-as-mqtt.cn-shanghai.aliyuncs.com [inf] iotx_mc_init(1703): MQTT init success! [inf] _ssl_client_init(175): Loading the CA root certificate ... cert. version : 3 serial number : 04:00:00:00:00:01:15:4B:5A:C3:94 issuer name : C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA subject name : C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA issued on : 1998-09-01 12:00:00 expires on : 2028-01-28 12:00:00 signed using : RSA with SHA1 RSA key size : 2048 bits basic constraints : CA=true key usage : Key Cert Sign, CRL Sign [inf] _ssl_parse_crt(143): crt content:451 [inf] _ssl_client_init(183): ok (0 skipped) [inf] _TLSConnectNetwork(345): Connecting to /a1wlm6xaopf.iot-as-mqtt.cn-shanghai.aliyuncs.com/1883... msh />[inf] _TLSConnectNetwork(358): ok [inf] _TLSConnectNetwork(363): . Setting up the SSL/TLS structure... [inf] _TLSConnectNetwork(373): ok [inf] _TLSConnectNetwork(408): Performing the SSL/TLS handshake... [inf] _TLSConnectNetwork(416): ok [inf] _TLSConnectNetwork(420): . Verifying peer X.509 certificate.. [inf] _real_confirm(92): certificate verification result: 0x00 [inf] iotx_mc_connect(2035): mqtt connect success! [dbg] iotx_mc_report_mid(2259): MID Report: started in MQTT [dbg] iotx_mc_report_mid(2276): MID Report: json data = '{"id":"a1wlm6xAOPf_DEV_419_ALINK_1_mid","params":{"_sys_device_mid":"example.demo.module-id","_sys_device_pid":"example.demo.partner-id"}}' [dbg] iotx_mc_report_mid(2292): MID Report: topic name = '/sys/a1wlm6xAOPf/DEV_419_ALINK_1/thing/status/update' [dbg] iotx_mc_report_mid(2309): MID Report: finished, IOT_MQTT_Publish() = 0 [inf] iotx_mc_subscribe(1388): mqtt subscribe success,topic = /sys/a1wlm6xAOPf/DEV_419_ALINK_1/thing/service/property/set! [inf] iotx_mc_subscribe(1388): mqtt subscribe success,topic = /sys/a1wlm6xAOPf/DEV_419_ALINK_1/thing/event/property/post_reply! [dbg] iotx_mc_cycle(1269): SUBACK event_handle|139 :: subscribe success, packet-id=207 [dbg] iotx_mc_cycle(1269): SUBACK event_handle|139 :: subscribe success, packet-id=8192 msh /> msh /> msh />al ali_mqtt_test msh />ali_mqtt_test pub open param:open ali_mqtt_test_pub|571 :: publish message: topic: /sys/a1wlm6xAOPf/DEV_419_ALINK_1/thing/event/property/post payload: {"id" : "1","version":"1.0"," msh />[dbg] iotx_mc_cycle(1260): PUBACK event_handle|163 :: publish success, packet-id=33056 [dbg] iotx_mc_cycle(1277): PUBLISH [dbg] iotx_mc_handle_recv_PUBLISH(1091): Packet Ident : 00000000 [dbg] iotx_mc_handle_recv_PUBLISH(1092): Topic Length : 64 [dbg] iotx_mc_handle_recv_PUBLISH(1093): Topic Name : /sys/a1wlm6xAOPf/DEV_419_ALINK_1/thing/event/property/post_reply [dbg] iotx_mc_handle_recv_PUBLISH(1097): Payload Len/Room : 188 / 955 [dbg] iotx_mc_handle_recv_PUBLISH(1100): Receive Buflen : 1024 [dbg] iotx_mc_handle_recv_PUBLISH(1111): delivering msg ... [dbg] iotx_mc_deliver_message(866): topic be matched _demo_message_arrive|197 :: ---- _demo_message_arrive|198 :: packetId: 0 _demo_message_arrive|199 :: Topic: '/sys/a1wlm6xAOPf/DEV_419_ALINK_1/thing/event/property/post_reply' (Length: 64) _demo_message_arrive|203 :: Payload: '{"code":200,"data":{"LightSwitch":"tsl parse: params not exist","RGBColor":"tsl parse: params not exist"},"id":"1"," _demo_message_arrive|207 :: ---- [inf] iotx_mc_keepalive_sub(2226): send MQTT ping... [inf] iotx_mc_cycle(1295): receive ping response! [inf] iotx_mc_keepalive_sub(2226): send MQTT ping... [inf] iotx_mc_cycle(1295): receive ping response! ```
ROG
2019-04-19
这家伙很懒,什么也没写!
>正常情况下的日志: --- 我看了rtthread的阿里云SDK包版本有点老。现在我自己移植的3.0.1的版本,已经SSL加密OK了
MurphyZhao
认证专家
2019-04-19
这家伙很懒,什么也没写!
>我看了rtthread的阿里云SDK包版本有点老。现在我自己移植的3.0.1的版本,已经SSL加密OK了 ... --- 欢迎 PR
MurphyZhao
认证专家
2019-07-27
这家伙很懒,什么也没写!
同步更新了阿里官方的最新 SDK,支持阿里 “设备接入”、“设备管理”、“生活物联网(飞燕)平台”,欢迎使用,仓库地址:[https://github.com/RT-Thread-packages/ali-iotkit](https://github.com/RT-Thread-packages/ali-iotkit)
coulson
2020-03-25
这家伙很懒,什么也没写!
>QQ 已经私信你 --- 您好,我遇到了与楼主同样的问题,我该怎样获取证书呢
coulson
2020-03-26
这家伙很懒,什么也没写!
>我看了rtthread的阿里云SDK包版本有点老。现在我自己移植的3.0.1的版本,已经SSL加密OK了 ... --- 您好。我也遇到了SSL握手的问题,能否与您取得联系?
撰写答案
登录
注册新账号
关注者
0
被浏览
3.3k
关于作者
ROG
这家伙很懒,什么也没写!
提问
41
回答
121
被采纳
0
关注TA
发私信
相关问题
1
【LWIP学习营】第一关开发环境搭建
2
LWIP学习营第一周入门移植问题汇总贴
3
【LWIP学习营】f407+lan8720A小结
4
【LwIP学习营】【第一周】仅零散记录,无主题
5
【LWIP学习营】正点原子探索者F407+LAN8720第一周小结
6
【LwIP学习营】【第一周】网络通信基础及实现TCP 聊天客户端
7
【LwIP学习营】【第一周】LWIP移植
8
【LwIP学习营】【第一周】LWIP移植
9
【LwIP学习营】【第一周】开发板适配
10
【LwIP学习营】【第一周】环境搭建和配置验证
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
2
RT-Thread 发布 EtherKit开源以太网硬件!
3
rt-thread使用cherryusb实现虚拟串口
4
《C++20 图形界面程序:速度与渲染效率的双重优化秘籍》
5
《原子操作:程序世界里的“最小魔法单位”解析》
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
ulog
C++_cpp
at_device
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
13
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
5
个答案
2
次被采纳
用户名由3_15位
11
个答案
1
次被采纳
本月文章贡献
程序员阿伟
7
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
3
次点赞
ThinkCode
1
篇文章
1
次点赞
Betrayer
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部