mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add kludge for broken HTTP proxies.
This commit is contained in:
parent
7c67adea66
commit
fda386855b
20 changed files with 140 additions and 83 deletions
|
@ -98,9 +98,22 @@ lock-once
|
|||
# import the key from that server (server do syncronize with each
|
||||
# other and DNS Round-Robin may give you a random server each time).
|
||||
# Use "host -l pgp.net | grep www" to figure out a keyserver.
|
||||
#
|
||||
# If you do not want to use the default port 11371, you can give the
|
||||
# name of the keyserver like this:
|
||||
# x-hkp://keyserver.example.net:22742
|
||||
# If you have problems connecting through a buggy proxy, you can use this:
|
||||
# x-broken-hkp://keyserver.example.net:11371
|
||||
# But first you should make sure that you have read the man page regarding
|
||||
# proxies (--honor-http-proxy)
|
||||
# Most users just set the name of the preferred keyserver.
|
||||
#keyserver wwwkeys.nl.pgp.net
|
||||
|
||||
# The environment variable http_proxy is only used when the
|
||||
# this option is set.
|
||||
|
||||
honor-http-proxy
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue