Qt :qt.network.ssl: QSslSocket : cannot call unresolved function TLSv1_1_client

简介: Qt :qt.network.ssl: QSslSocket : cannot call unresolved function TLSv1_1_client

Windows Qt 解析网络数据出现ssl错误:qt.network.ssl: QSslSocket : cannot call unresolved function TLSv1_1_client


在后期可能做了改进就不报错了


问题


在编译的时候,出现了如下错误:


qt.network.ssl: QSslSocket : cannot call unresolved function TLSv1_1_client_method


qt.network.ssl : QSslSocket : cannot call unresolved function SSL_CTX_new


qt.network.ssl : QSslSocket : cannot call unresolved function SSL_library_init


qt.network.ssl : QSslSocket : cannot call unresolved function ERR_get_error


qt.network.ssl : QSslSocket : cannot call unresolved function ERR_get_error


解决方案


安装Win32OpenSSL-1_0_1g.rar:


链接:https://pan.baidu.com/s/1lLeIPC-SbK2Ef0O5lubTXg


提取码:4pfi


在安装目录,找到libeay32.dll 和 ssleay32.dll 文件:



然后将libeay32.dll 和 ssleay32.dll 文件拷贝到如下的Qt目录:


相关文章
|
7月前
|
数据采集 自然语言处理 Devops
ToolLearning Eval:CodeFuse发布首个中文Function Call的大语言模型评测基准!🚀
CodeFuse发布了首个面向ToolLearning领域的中文评测基准ToolLearning-Eval,以帮助开发者跟踪ToolLearning领域大模型的进展,并了解各个ToolLearning领域大模型的优势与不足。ToolLearning-Eval按照Function Call流程进行划分,包含工具选择、工具调用、工具执行结果总结这三个过程,方便通用模型可以对各个过程进行评测分析。
707 0
|
4月前
|
文字识别 Linux Swift
多图理解,更懂中文,支持function call的Phi-3.5来了!
微软继今年4月推出Phi-3系列小型语言模型后,又一鼓作气三连发布并开源其「小而美」系列 Phi-3.5模型!
|
4月前
解决微软云Azure Function运行报错-Value cannot be null. (Parameter ‘provider‘)
解决微软云Azure Function运行报错-Value cannot be null. (Parameter ‘provider‘)
85 4
|
4月前
|
TensorFlow API 算法框架/工具
【Tensorflow】解决Inputs to eager execution function cannot be Keras symbolic tensors, but found [<tf.Te
文章讨论了在使用Tensorflow 2.3时遇到的一个错误:"Inputs to eager execution function cannot be Keras symbolic tensors...",这个问题通常与Tensorflow的eager execution(急切执行)模式有关,提供了三种解决这个问题的方法。
45 1
|
4月前
|
C++ Python
【Azure 应用服务】Azure Function Python函数部署到Azure后遇见 Value cannot be null. (Parameter 'receiverConnectionString') 错误
【Azure 应用服务】Azure Function Python函数部署到Azure后遇见 Value cannot be null. (Parameter 'receiverConnectionString') 错误
|
4月前
|
JavaScript 前端开发 C++
【Azure Function】调试 VS Code Javascript Function本地不能运行,报错 Value cannot be null. (Parameter 'provider')问题
【Azure Function】调试 VS Code Javascript Function本地不能运行,报错 Value cannot be null. (Parameter 'provider')问题
|
6月前
|
SQL 分布式计算 大数据
MaxCompute操作报错合集之遇到报错"ODPS-0130071:[1,8] Semantic analysis exception - class Ssf for user defined function ansy_xx cannot be loaded from any resources",该怎么办
MaxCompute是阿里云提供的大规模离线数据处理服务,用于大数据分析、挖掘和报表生成等场景。在使用MaxCompute进行数据处理时,可能会遇到各种操作报错。以下是一些常见的MaxCompute操作报错及其可能的原因与解决措施的合集。
482 5
|
6月前
|
JSON 数据格式
setInterval函数的function与()=>区别——解决Cannot readproperty‘XXXXXXX‘of undefined异常
setInterval函数的function与()=>区别——解决Cannot readproperty‘XXXXXXX‘of undefined异常
56 0
Fatal error: Call to undefined function openssl_pkey_get_private()
Fatal error: Call to undefined function openssl_pkey_get_private()
78 0