英文:
How to add a http software site to eclipse?
问题
如何强制Eclipse使用我实际添加的软件站点,而不尝试使用https,正如下面图片中的错误所示。
英文:
Can anyone tell me how to force eclipse to use the software site i actually added? and not try to use https as the error in the picture below shows.
答案1
得分: 1
在首选项 安装/更新 > 信任 中的Authorities选项卡中,将http的协议规则从重定向(默认)更改为允许。
请注意,出于安全原因,仅应将HTTP用于内部更新站点。
另请参阅:
英文:
In the preferences Install/Update > Trust, in the tab Authorities, set the protocol rule for http from Redirect (Default) to Allow.
Please note, HTTP should be used for security reasons only for internal update sites.
See also:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论