简体   繁体   English

curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL 连接到 storage.googleapis.com:443

[英]curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443

I try to download Repo using my Mac bash at home, but I get this response:我尝试在家中使用 Mac bash 下载 Repo,但收到以下响应:

curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443 

Picture I interrupted from Mac Bash我从 Mac Bash 中打断的图片

It was my router issue是我的路由器问题

Please check your router to see if it is doing a transparent proxy for you?请检查您的路由器是否在为您做透明代理?

If it is, then you may want to turn that off.如果是,那么您可能需要将其关闭。

If you can't turn it off, then you might want to install a VPN solution that will allow you to bypass it.如果您无法关闭它,那么您可能需要安装一个 VPN 解决方案来绕过它。

Just a thought.只是一个想法。

Just got this solution from here刚刚从这里得到这个解决方案

This could be related to your curl version.这可能与您的 curl 版本有关。

According to https://bbs.archlinux.org/viewtopic.php?id=175433 downgrading curl to 7.33.0-3 should help.根据https://bbs.archlinux.org/viewtopic.php?id=175433将 curl 降级到 7.33.0-3 应该会有所帮助。

The original bug is tracked here: http://sourceforge.net/p/curl/bugs/1319/原始错误在这里跟踪: http : //sourceforge.net/p/curl/bugs/1319/

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

相关问题 在 OPENSSL 中,在 SSL_Connect() 之后,我得到 SSL_ERROR_WANT_READ - In OPENSSL , After SSL_Connect() i am getting SSL_ERROR_WANT_READ Android websocket中的SSL连接错误 - SSL connection error in Android websocket 有效证书上的 SSL 连接错误 - SSL connection error on valid certificate java.security.AccessControlException:访问被拒绝(java.net.SocketPermission android.googleapis.com:443 connect,resolve) - java.security.AccessControlException: access denied (java.net.SocketPermission android.googleapis.com:443 connect,resolve) android:使用SSL连接连接两个设备 - android: Connect two devices with a SSL connection Curl:未知的SSL协议错误gcm - Curl:Unknown SSL protocol error gcm Git Push失败:致命:无法访问与github.com有关的未知SSL协议错误:-9805 - Git Push failed: fatal: unable to access Unknown SSL protocol error in connection to github.com:-9805 aSmack连接到openfire。 无法连接,openfire错误日志显示“无法识别的SSL消息,纯文本连接?” - aSmack connecting to openfire. Cannot connect, openfire error log shows “Unrecognized SSL message, plaintext connection?” SSL HttpClient连接中的会话过期错误 - Session Expired error in SSL HttpClient connection 带证书的SSL连接 - SSL connection with certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM