-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Support allowInsecureProtocol #163
Comments
Thanks for reporting this issue! As a workaround, I suggest to set How would you want to fix this issue? Always adding |
Thanks for the pointer to the workaround. I can confirm that fixes the issue. I'm happy enough to live with the workaround, but I have created PR #164 with a change to add a flag to |
When will this feature be released? |
Coming in 3.2 |
Setting distBaseUrl to an HTTP URL (for me, using Artifactory over HTTP as a proxy is a corporate requirement) causes a warning using Gradle 6.8.3 and gradle-node-plugin 3.0.1:
Sure enough, upgrading to Gradle 7.0 causes my build to fail.
This can be rectified by exposing allowInsecureProtocol on the Ivy repository.
I'd be happy to submit a PR.
The text was updated successfully, but these errors were encountered: