[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: GnuPG through Tor
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
misc @ 2008/10/20 19:48:
> Is it possible to run GnuPG through Tor? (when connecting to LDAP and HKP
> servers to exchange keys)?
>
LDAP: no, i don't think. HKP: yes, as that is just HTTP (or something).
just define your http_proxy and https_proxy environment variables
(e.g. if using polipo:
export http_proxy=127.0.0.1:8123
export https_proxy=127.0.0.1:8123
)
now, there is something else in GPG's settings... yes, use this option:
- --honor-http-proxy
(for command line) or
honor-http-proxy
(in gpg.conf)
-----BEGIN PGP SIGNATURE-----
iD8DBQFI/UtfXhfCJNu98qARCN/7AJ4lmIODgC+a/HxW6wga1Q9KvZz1CQCfW1dR
KMz+luCGwsUGXoLvrmPG8Mo=
=vj65
-----END PGP SIGNATURE-----