Skip to content
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

Investigate improvements for working behind a proxy #89

Open
jesse-gallagher opened this issue Dec 6, 2021 · 1 comment
Open

Investigate improvements for working behind a proxy #89

jesse-gallagher opened this issue Dec 6, 2021 · 1 comment
Labels
domino enhancement New feature or request

Comments

@jesse-gallagher
Copy link
Member

The main download mechanisms of the runtime should obey the http.proxyHost/etc. Java properties, but I don't know if those account for authenticated proxies.

You can use java.net.Proxy explicitly in HTTPURLConnection, so it may make sense to add configuration options for the outgoing proxy, or maybe there are settings in the names.nsf that I can look up.

Failing that, it would be good to document the filesystem layout of downloaded JVMs and Liberty instances, since they can be pre-populated to have the runtime skip the download. This wouldn't cover the CORBA download from the dominoApi extension, however - that may require either additional special handling or pre-population during the Maven build.

@jesse-gallagher jesse-gallagher added enhancement New feature or request domino labels Dec 6, 2021
@jesse-gallagher
Copy link
Member Author

It'd probably also be good to have an option to store these various artifacts in an NSF, which would be both useful for clusters and helpful for explicit management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domino enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant