curl: (35) error:0a00018a:ssl routines::dh key too small 是一个在使用 curl 命令进行 HTTPS 请求时遇到的 SSL/TLS 错误。这个错误表明 SSL/TLS 握手过程中使用的 Diffie-Hellman (DH) 密钥太小,无法满足当前的安全标准。 2. 可能导致该错误的原因 服务器配置:服务器可能配置了较小的 DH 参数,这些参数...
在ubuntu20.04系统中出现ssl dh key too small的问题,问题原因是对方网站ssl证书太旧,需要对本地环境ssl进行降级处理! 解决方案: 在 /etc/ssl/openssl.cnf, 将下面的指令添加在文件的首部: openssl_conf = default_conf 将下面的指令添加在文件的尾部: [default_conf] ssl_conf = ssl_sect [ssl_sect] system...
WARNING swSSL_connect: SSL_connect(fd=69) failed. Error: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small[1|394]Swoole版本,PHP版本,以及操作系统版本信息 php7.4openssl 1.1.1o相关代码"yurunsoft/yurun-http": "^4.2.0" // POST 提交数据 $http = new HttpRequest; $response ...
curl: (35) error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small @bagder Yes, what you said is right. This is the first error I encountered. The domain host has upgraded the SSL certificate and it has been supported. In addition, I’m sorry for the problem caused by the...
WARNING swSSL_connect: SSL_connect(fd=69) failed. Error: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small[1|394]Swoole版本,PHP版本,以及操作系统版本信息 php7.4openssl 1.1.1o相关代码"yurunsoft/yurun-http": "^4.2.0" // POST 提交数据 $http = new HttpRequest; $response ...