Re: Fedora Silverblue 40 behind a proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2024-04-02 at 14:01 +0000, julien.tognazzi@xxxxxxxxx wrote:
> Hello all,
> 
> I wanted to try silverblue for a long time, and I have now the opportunity to try it with the release of Fedora 40 beta.
> 
> I noticed some issues regarding proxy configuration.
> I first configured the proxy for my user via Gnome Settings. I used the full url with schema like:
> HTTP Proxy
> http://myproxy:8080
> HTTPS Proxy
> http://myproxy:8080
> 
> but then I noticed that my bash environment was automatically populated with the relevant proxy environment variables (which is good), but then the schema appeared twice !
> 
> env | grep proxy
> https_proxy=http://http://myproxy:8080/
> HTTPS_PROXY=http://myproxy:8080/
> HTTP_PROXY=http://http://myproxy:8080/
> http_proxy=http://http://myproxy:8080/

This doesn't seem like it would be obviously Silverblue-specific. Have
you seen if Workstation behaves the same?
> 
> I also noticed that the rpm-ostreed service needed to know about the proxy, 
> So I tried to configured the proxy with systemd with:
> 
> cat /etc/systemd/system.conf.d/50-proxy.conf 
> [Manager]
> DefaultEnvironment="HTTP_PROXY=http://myproxy:8080
> DefaultEnvironment="http_proxy=http://myproxy:8080
> DefaultEnvironment="HTTPS_PROXY=http://myproxy:8080
> DefaultEnvironment="https_proxy=http://myproxy:8080
> DefaultEnvironment="NO_PROXY=int, *.int"
> DefaultEnvironment="no_proxy=int, *.int"
> 
> But it did not seem to make rpm-ostreed happy.
> So I used instead:

The first four lines there are missing a closing quotation mark.
Perhaps that could be the problem?
-- 
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @adamw@xxxxxxxxxxxxx
https://www.happyassassin.net



--
_______________________________________________
test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux