Eclipse Luna git checkout ssl失败 [英] Eclipse Luna git checkout ssl fails

查看:272
本文介绍了Eclipse Luna git checkout ssl失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  git @ -myrepo:myproj-.git:ProxyHTTP当我尝试从eclipse中的git结帐时, :java.io.IOException:代理错误:代理错误(不允许指定的安全套接字层(SSL)端口Forefront TMG未配置为允许来自此端口的SSL请求,大多数Web浏览器使用端口443进行SSL请求。 
git @ -myrepo:myproj-.git:ProxyHTTP:java.io.IOException:代理错误:代理错误(不允许指定的安全套接字层(SSL)端口Forefront TMG未配置为允许SSL请求)




  • 我在代理。它的端口是8080,适用于所有http / https。

  • 我在Java8上<$ li
  • 也配置了 -Djava.net.preferIPv4Stack = true



从命令行一切正常。
默认情况下,eclipse读取IE /系统代理设置。我保持它们一样。

更新:问题已解决。

解决方案

正如错误消息所示,Eclipse连接到代理端口的错误端口。如果软件告诉你哪个端口是正确的,但是尝试将Eclipse的首选项中的HTTPS代理设置设置为443(如错误消息中所述)。



或联系您的系统管理员询问如何配置HTTPS的代理设置。


when I try to checkout from git in eclipse Luna it says

git@-myrepo:myproj-.git: ProxyHTTP: java.io.IOException: proxy error: Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. Forefront TMG is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests.  )
git@-myrepo:myproj-.git: ProxyHTTP: java.io.IOException: proxy error: Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. Forefront TMG is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests.  )

  • I am on proxy. its port is 8080 for all http/https.
  • I am on Java8
  • also configured -Djava.net.preferIPv4Stack=true

From command line everything works fine. By default eclipse reads IE/System proxy settings. I have kept them same.

UPDATE : Issue resolved. Bypassing proxy for our git repo did the trick.

解决方案

As the error message says, Eclipse connects to the proxy on the wrong port. It would be nice of the software to tell you which port that is but try to set the HTTPS proxy settings in Eclipse's preferences to 443 (as mentioned in the error message).

Or contact your system admins to ask how to configure the proxy settings for HTTPS.

这篇关于Eclipse Luna git checkout ssl失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆