Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
网络学习营
webclient使用问题
发布于 2020-06-15 16:53:08 浏览:2707
订阅该版
hello: 我在使用webclient自带的wget时遇到如下两个问题,还请各位大神指教一下. 1.链接明明是http怎么提示需要enable https configure. ``` msh />webclient_pull [http://www.rt-thread.com](http://www.rt-thread.com/) /service/rt-thread.txt [E/web] not support https connect, please enable webclient https configure! [E/web.file] get file failed, wrong response: -1 (-0xFFFFFFFF). msh /> ``` 2.配置了mebdtls作为加密方式,又出现如下问题. ``` [E/mbedtls.clnt] verify peer certificate fail.... [E/mbedtls.clnt] verification info: ! The certificate is not correctly signed by the trusted CA ! The certificate validity starts in the future ``` 好像是证书不对? ``` msh />webclient_pull [http://www.rt-thread.com](http://www.rt-thread.com/) /service/rt-thread.txt [D/mbedtls.clnt] Set debug level (2) [D/mbedtls.clnt] mbedtls client struct init success... [D/mbedtls.clnt] Loading the CA root certificate success... [D/mbedtls.clnt] mbedtls client context init success... [D/mbedtls.clnt] Connected [www.rt-thread.org:443](http://www.rt-thread.org:443/) success... [D/mbedtls.clnt] mbedtls_ssl_handshake:6651: => handshake...[D/mbedtls.clnt] mbedtls_ssl_flush_output:2464: message length: 7, out_left: 7[D/mbedtls.clnt] mbedtls_ssl_flush_output:2471: ssl->f_send() returned 7 (-0xfffffff9)[D/mbedtls.clnt] mbedtls_ssl_flush_output:2490: <= flush output[D/mbedtls.clnt] mbedtls_ssl_write_record:2889: <= write record[D/mbedtls.clnt] mbedtls_ssl_send_alert_message:4183: <= send alert message[D/mbedtls.clnt] mbedtls_ssl_parse_certificate:4730: <= parse certificate[D/mbedtls.clnt] mbedtls_ssl_handshake:6661: <= handshake[E/mbedtls.clnt] verify peer certificate fail.... [E/mbedtls.clnt] verification info: ! The certificate is not correctly signed by the trusted CA ! The certificate validity starts in the future[E/web] connect failed, https client connect return: -0x1 [E/web.file] get file failed, wrong response: -6 (-0xFFFFFFFA). [D/mbedtls.clnt] mbedtls_ssl_close_notify:7282: => write close notify[D/mbedtls.clnt] mbedtls_ssl_close_notify:7298: <= write close notify ```
查看更多
2
个回答
默认排序
按发布时间排序
Dacker_Y
2021-12-10
这家伙很懒,什么也没写!
TLS证书问题 下图为我在终端中的报错: ![image.png](https://oss-club.rt-thread.org/uploads/20211210/94fe03d2afacd4e3a4d4c1acdc5b1bd8.png) 解决方法: 在https://www.bookstack.cn/read/rt-thread-submodules/24.md 这个链接中找到 ![image.png](https://oss-club.rt-thread.org/uploads/20211210/d18254b98bcf1690cdc18d88c2c06441.png.webp) 这一块,导入证书过程在这一部分往上一点点 它的导入过程获得的证书可能有问题,建议参考 http://www.taichi-maker.com/homepage/iot-development/iot-dev-reference/esp8266-c-plus-plus-reference/http-client-secure/certificate/ 这个前辈的 证书我是直接复制到代码里的,暂时不知道rt-thread studio如何自动拷贝
aozima
2020-08-22
调网络不抓包,调I2C等时序不上逻辑分析仪,就像电工不用万用表!多用整理的好的文字,比截图更省流量,还能在整理过程中思考。
网站都默认切成https了,只有示例中几个专用的测试链接不会自动跳转,所以不能访问主页。 只能访问[测试链接](http://www.rt-thread.com/service/rt-thread.txt)
撰写答案
登录
注册新账号
关注者
0
被浏览
2.7k
关于作者
芋圆源钰
这家伙很懒,什么也没写!
提问
11
回答
12
被采纳
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
次被采纳
本月文章贡献
程序员阿伟
8
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
4
次点赞
ThinkCode
1
篇文章
1
次点赞
Betrayer
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部