Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
JohnMaplewood
11 months agoOccasional Contributor
1Password Desktop Client on Fedora behind a corporate proxy
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...
PennyOakfield
11 months agoOccasional Contributor
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.