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

Proxy setup missing #456

Closed
kobliha opened this issue Mar 6, 2023 · 3 comments
Closed

Proxy setup missing #456

kobliha opened this issue Mar 6, 2023 · 3 comments

Comments

@kobliha
Copy link
Contributor

kobliha commented Mar 6, 2023

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.

@kobliha
Copy link
Contributor Author

kobliha commented Mar 14, 2023

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

Into the "[Service]" section define the PROXY environment variable pointing to your proxy. Something like:

[Service]
Environment="HTTP_PROXY=http://proxy.example.com:3128/"
Environment="HTTPS_PROXY=http://proxy.example.com:3128/"

Then reload the systemd and restart the D-Installer service:

systemctl daemon-reload

systemctl restart d-installer

Then reload the page in the browser.

@imobachgs
Copy link
Contributor

imobachgs commented Jun 27, 2023

Referenced in bsc#1212677.

@imobachgs
Copy link
Contributor

Already implemented in #696 and #711.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants