Skip to content

Commit

Permalink
Set correct default URL instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 6, 2015
1 parent 461a691 commit 883d54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Pgp/lib/Horde/Pgp/Keyserver.php
Expand Up @@ -26,7 +26,7 @@
class Horde_Pgp_Keyserver
{
/** Default keyserver. */
const DEFAULT_KEYSERVER = 'pool.sks-keyservers.net';
const DEFAULT_KEYSERVER = 'http://pool.sks-keyservers.net:11371';

/**
* HTTP object.
Expand Down

0 comments on commit 883d54a

Please sign in to comment.