SSL 重定向后使用 Eclipse 更新站点

发布于 2024-07-13 09:12:12 字数 369 浏览 5 评论 0原文

最近,我设置了 ClearCase Remote Client(一个 eclipse 插件)来通过 SSL 工作,因此它遵循 https URL,而不是 http URL。

但是,这会中断对更新站点的访问,并返回错误,指出该站点存在“文件过早结束”错误。

我的问题是...

Eclipse 访问通过重定向规则到达的更新站点是否存在问题?

或者

通过 SSL 连接访问 Eclipse 更新站点是否存在问题?

任何提示或轶事都会很棒!

编辑:该链接在重定向方面通过浏览器起作用,但当我尝试通过更新站点工具访问同一目录时,该链接在 Eclipse 中不起作用。

Recently I've set up the ClearCase Remote Client (an eclipse plugin) to work through SSL, so instead of an http URL, it follows an https URL.

However, this breaks the access to the Update Site, returning an error that the site has a "Premature End of File" error.

My question(s) are this...

Is there a problem with Eclipse accessing Update Sites that have been reached through a redirect rule?

or

Is there a problem accessing Eclipse Update Sites through a SSL connection?

Any tips or anecdotes would be awesome!

EDIT : The link works via the browser, in terms of a redirect, but not in Eclipse when I attempt to access the same directory via the Update Site tool.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

孤独患者 2024-07-20 09:12:12

对于其他插件来说,这似乎也是一个已知问题

你的 eclipse p2 配置中的“描述站点”是什么样的? 它是否包含 https,如下所示:

<description url="https://<host_name>/<update_site>/">
  Project Update Site
</description>

请确保,您已 启用 HTTP代理连接

常规 -> 网络连接

It seems to be a known issue for other plugins as well

What is the "description site" looks like in your eclipse p2 configuration ? Does it include https as in:

<description url="https://<host_name>/<update_site>/">
  Project Update Site
</description>

Just do be sure, you did Enable HTTP proxy connection ?

(General->Network Connections)

街角卖回忆 2024-07-20 09:12:12

尽管 VonC 做出了非常勇敢的努力,但我的答案或解决方法是将 RWP 配置为对 CCRC 服务器使用 SSL,并为更新站点使用简单的端口 80,并为仍然指向旧 URL 的任何用户进行重定向。

我仍然不确定为什么它不能在带有 SSL 的 Eclipse 中工作。

Although VonC made a really valiant effort, my answer or workaround has been to configure RWP to use SSL for the CCRC Server, and simple Port 80 for the Update Site with a redirect for any users who are still pointing at the old URL.

I am still unsure why it doesn't work in Eclipse with SSL though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文