-
Notifications
You must be signed in to change notification settings - Fork 43
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
Proxy setup missing #456
Comments
HOWTO from @lslezak A possible workaround could be to define the proxy settings explicitly in the systemd unit file. Open the d-installer.service file vim /usr/lib/systemd/system/d-installer.serviceInto the "[Service]" section define the PROXY environment variable pointing to your proxy. Something like: [Service] Then reload the systemd and restart the D-Installer service: systemctl daemon-reloadsystemctl restart d-installerThen reload the page in the browser. |
Referenced in bsc#1212677. |
In some environments, e.g., https://bugzilla.suse.com/show_bug.cgi?id=1207877#c8 it's needed to access the internet via proxy. This is currently possible only through workarounds, but it's a must-have for production ENV.
The text was updated successfully, but these errors were encountered: