简体   繁体   English

WP插件安装错误-安装失败:下载失败。 cURL错误35

[英]WP Plugins install error - Installation failed: Download failed. cURL error 35

When I am going for download and install Jetpack by WordPress.com plugins in my WP. 当我要下载并在WP中安装WordPress.com插件Jetpack时 There look error: 出现错误:

Installation failed: Download failed. 安装失败:下载失败。 cURL error 35: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm . cURL错误35:错误:0D0890A1:asn1编码例程:ASN1_verify:未知消息摘要算法

Edit the /wp-includes/class-http.php file – change SSL as noted in code example below 编辑/wp-includes/class-http.php文件–更改SSL,如下面的代码示例所述

‘decompress’ => true,
// ‘sslverify’ => true
‘sslverify’ => false,
‘sslcertificates’ => ABSPATH . WPINC . ‘/certificates/ca-bundle.crt’,
‘stream’ => false,
‘filename’ => null,
‘limit_response_size’ => null,
);

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 wordpress无法安装任何显示错误的插件---安装失败:下载失败。 找不到工作交通工具? - wordpress cant able to install any plugins showing error---— Installation failed: Download failed. No working transports found? 本地主机上的 WordPress 错误,XAMPP:“安装失败:下载失败。 没有找到工作交通工具” - WordPress error on localhost, XAMPP: “Installation failed: Download failed. No working transports found” 下载失败。 cURL 错误 28:连接在 10001 毫秒后超时 - Download failed. cURL error 28: Connection timed out after 10001 milliseconds 下载失败。 cURL 错误 60:SSL 证书问题:证书已过期 - Download failed. cURL error 60: SSL certificate problem: certificate has expired “安装失败:无法创建目录。” 每次我尝试在 wp 4.8 中下载插件时都会出现此错误 - 'Installation failed: Could not create directory.' I get this error everytime i try to download plugin in wp 4.8 WP HTTP 错误:cURL 错误 7:无法连接到 downloads.wordpress.org 端口 80:连接超时 - WP HTTP Error: cURL error 7: Failed to connect to downloads.wordpress.org port 80: Connection timed out 更新失败。 错误消息:响应不是有效的 JSON 响应 - Updating failed. Error message: The response is not a valid JSON response 发布或上传失败。 错误消息:“响应不是有效的 JSON 响应” - Publishing or uploading failed. Error message: "The response is not a valid JSON response" 在WordPress上安装插件时出现cURL错误35 - cURL error 35 while installing plugin on WordPress Twitter的socialauth wp返回错误。 登录失败 - socialauth wp Twitter returned an error. Login Failed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM