Closed wintermute766 closed 4 years ago
I meant something like this https://github.com/GoogleContainerTools/jib/pull/1337 Because as I said before the problem I struggled with was the 407 HTTP error, not SSLHandshakeException https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/407
In the interest of transparency, I'll tell you that I don't know much of anything about proxies. If you want to submit a PR so that this plugin works with your use case, please do so! That said, I won't be working on this since I don't know enough about proxies.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Yeah, sorry that was my first intention, but I tried to push to the original project, not the forked one. So I couldn't do it because of insufficient permissions. And I decided that the default option to communicate with the developer is to create an issue.
Problem description
It would be very useful to publish artifacts for those who are behind a corporate proxy that requires authentication. Because now all attempts result with 407 HTTP error. So I built plugin with this feature locally and it worked fine for me. Apparently it will be useful to add this feature to the main repo. I provided the example code and the full patch in the potential solutions section.
Potential [solutions/workarounds]
Full Patch:
Add_proxy_authentication.txt
Additional context