gpt4 book ai didi

ssh - 混帐克隆 : CONNECT_CR_SRVR_HELLO:wrong version number

转载 作者:行者123 更新时间:2023-12-02 14:06:04 25 4
gpt4 key购买 nike

我正在尝试通过跳转主机进行代理,以使用防火墙外的 VM 访问 github。

git clone https://github.com/<user>/<repo>在 VM 上运行。

我在我的 Mac 笔记本电脑的 .ssh/config 上将 jumphost 设置为:

Host vm-proxy
HostName <vm-ip_address>
User centos
IdentityFile ~/.ssh/id.pem

Host githubproxy
Hostname github.com
ProxyJump vm-proxy

但是从笔记本电脑克隆失败:

$ git clone https://githubproxy/<user>/<repo>
Cloning into '<repo>'...
fatal: unable to access 'https://githubproxy/<user>/<repo>/': error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number

版本:

MacOs: Catalina 10.15.6
git on laptop: 2.24.3 (Apple Git-128)
git on VM: 1.8.3.1

最佳答案

:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number

这意味着您正在将 TCP 内容 (HTTPS) 发送到 HTTP 端口或 SSH 端口,而不是 443

还有你的proxyjump用于跳转到 VM 上的 SSH session ,因此它可能不适合 HTTPS URL。

关于ssh - 混帐克隆 : CONNECT_CR_SRVR_HELLO:wrong version number,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62999335/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com