Target platform resolution accessing eclipse.org through HTTP instead of HTTPS #273
-
Hello folks, I'm building a Tycho-based project on a machine where only HTTPS connections are allowed. I'm using a .target file where I used HTTPS for all URLs, but I'm still seeing failed attempts to the following HTTP URL:
I believe the resolver is trying to fetch a list of mirrors at http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-03/202103171000&countryCode=us&timeZone=0&format=xml so it can later on use mirrors for downloading artifacts. I just tried the above URL with HTTPS and it also works. So:
Thanks! Elie Richa |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Can you please share a minimal project to reproduce this issue. |
Beta Was this translation helpful? Give feedback.
Can you please share a minimal project to reproduce this issue.