Describe the bug
When using npm run start-keycloak behind a corporate proxy, I cannot download keycloak, as the start-server.js script doesn't respect system proxy settings.
Version
N/A
Expected behavior
I expect start-server.js to respect my system proxy settings.
Actual behavior
start-server.js doesn't respect the system proxy settings.
How to Reproduce?
- Block all internet access without a proxy
- Setup a proxy that allows internet access
- Set it as your global proxy
npm install
npm run start-keycloak
Anything else?
Here is an issue that describes how you can set a proxy for fetch in node.js:
nodejs/undici#1350
Describe the bug
When using
npm run start-keycloakbehind a corporate proxy, I cannot download keycloak, as thestart-server.jsscript doesn't respect system proxy settings.Version
N/A
Expected behavior
I expect
start-server.jsto respect my system proxy settings.Actual behavior
start-server.jsdoesn't respect the system proxy settings.How to Reproduce?
npm installnpm run start-keycloakAnything else?
Here is an issue that describes how you can set a proxy for
fetchin node.js:nodejs/undici#1350