-
-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make https default for plugin downloads #265
Conversation
The mirrors still do not support https so I am unsure if it does not find would it default to http |
I guess we still need to wait until HTTPS is ok. |
Yes, I suggest putting it on hold until the new Mirror infra is rolled out. CC @olblak |
@oleg-nenashev / @sladyn98 I think this can be rebased and |
Agreed @rsvoboda |
It worth mentioning that this code will be removed once Plugin Installation Manager Tool is integrated in #324. I am not a big fan of using on-demand plugin download even with that tool, in the most of cases it is better package plugins in the Build Time while packaging custom JFR images. Good for some demos though |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\o/ No more HTTP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works on my machine (c). I added test coverage in #391 , but this is not a right time to spend too much time on tests for this feature. Tests will be a must when integrating Plugin Installation Manager
This PR aims to make https default for downloading plugins.
Closes: #258