Skip to main content
JohnMaplewood
1Password Employee
October 18, 2024
Question

1Password Desktop Client on Fedora behind a corporate proxy

  • October 18, 2024
  • 2 replies
  • 62 views

Hello everyone,

At work, I have a Fedora desktop on which I have installed 1Password in the version:

1Password for Linux 8.10.36 (81036046)

I am using a corporate proxy and have set this up in the environment variables:

no_proxy=localhost,127.0.0.0/8,::1,10.0.0.1,proxy-server.local
ftp_proxy= http://10.0.0.2:1234/
https_proxy= http://10.0.0.3:5678
NO_PROXY=localhost,127.0.0.0/8,::1,10.0.0.1,proxy-server.local
FTP_PROXY= http://10.0.0.2:1234/
HTTPS_PROXY= http://10.0.0.3:5678
HTTP_PROXY= http://10.0.0.3:5678
http_proxy= http://10.0.0.3:5678

However, it seems that 1Password is not taking this into account, as I keep receiving an offline warning.

I would appreciate any tips, and thank you in advance!

2 replies

1P_Blake
Community Manager
October 18, 2024

Hey again, @JohnMaplewood  👋

Thanks a bunch for bringing this to our attention! This is definitely an interesting issue and I would love to have our team investigate into this further.

Could you send an email to support+linux@1Password.com?

With your email please include:

PennyOakfield
1Password Employee
October 18, 2024

Hey @JohnMaplewood ! I’ve run into a similar situation with 1Password and proxies on Fedora. One thing that helped me was setting up a .curlrc file in my home directory to ensure the proxy settings are being used by any app that relies on curl under the hood, including 1Password. You can try adding something like this to ~/.curlrc:

proxy = http://10.0.0.3:5678 noproxy = localhost,127.0.0.0/8,::1,10.0.0.1,proxy-server.local

Additionally, make sure that the proxy server isn’t blocking any required 1Password services, like sync or authentication.