frontend-maven-plugin
frontend-maven-plugin copied to clipboard
#972: add trustInsecureDownloadRoot parameter to plugins
Summary
Different download roots for Node, NPM, Yarn, etc. can be specified.
Those download roots might have HTTPS connections with self signed certificate.
For all those connections an additional plugin configuration has been added.
It's called: trustInsecureDownloadRoot
This might solve issue #972. The issue description is more or less vague.
For me it fixed the local problem with self signed certificates.
Tests and Documentation
Of course, tests and documentation have been added. And while adding tests a bug was discovered. Downloads via Proxy with BasicAuth did not work. This has been fixed while at it.
@sdoeringNew thank you so much for this. I was banging my head on my desk for days trying to bypass some cert issues and I was able to get passed it with this.
Glad to here it. 👍 Unfortunately the PR is still not approved.
Hi, is there any progress on this? Thank you.
@sdoeringNew thank you so much for this. I was banging my head on my desk for days trying to bypass some cert issues and I was able to get passed it with this.
-->Can you please let me know how did you resolve this issue.