Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
XIII
3 years agoSuper Contributor
How to set up TLS for 1Password Connect?
The documentation on setting up TLS for 1Password Connect is too brief for me...
Where do I need to set OP_HTTPS_PORT ? (On the Pi running Connect? On each client running the CLI? On all of the...
XIII
3 years agoSuper Contributor
I really need your help here!
This is what I tried:
For 1Password Connect:
OP_HTTPS_PORT=18843
OP_TLS_KEY_FILE=/usr/local/etc/1password/privkey.pem
OP_TLS_CERT_FILE=/usr/local/etc/1password/cert.pem
For 1Password CLI:
OP_CONNECT_HOST=https://1password.domain.com:18843
Set up a NextDNS rewrite (mapping the domain name to the IP address of my Raspberry Pi):
1password.domain.com = 192.168.1.102
➜ dig +short 1password.domain.com
192.168.1.102
However:
op read op://Vault/account/password
[ERROR] 2022/03/16 22:18:49 could not read secret op://Vault/account/password: could not retrieve vaults: Get "https://1password.domain.com:18843/v1/vaults": http: server gave HTTP response to HTTPS client