I've configured a keyserver in gpg.conf with a http-proxy:
keyserver hkp://keys.gnupg.net
keyserver-options http-proxy=esus.lan:12345
This worked with 2.0 but after upgrading to with 2.1 search fails with:
gpg: error searching keyserver: Configuration error
gpg: keyserver search failed: Configuration error
If I change it to:
keyserver-options http-proxy=http://esus.lan:12345
it works again. But if the behavior is changed we would need to migrate the
configuration on update which I'd rather avoid.