frontend-maven-plugin icon indicating copy to clipboard operation
frontend-maven-plugin copied to clipboard

#972: add trustInsecureDownloadRoot parameter to plugins

Open sdoeringNew opened this issue 3 years ago • 5 comments

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 avatar Feb 16 '22 23:02 sdoeringNew

@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.

west1cles avatar May 31 '22 16:05 west1cles

Glad to here it. 👍 Unfortunately the PR is still not approved.

sdoeringNew avatar Jul 15 '22 22:07 sdoeringNew

Hi, is there any progress on this? Thank you.

wajda avatar Jun 23 '23 12:06 wajda

@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.

Shrishti217 avatar Jan 12 '24 22:01 Shrishti217