sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] Not in pool on status page


From: Todd Lyons
Subject: Re: [Sks-devel] Not in pool on status page
Date: Tue, 19 Nov 2013 06:10:37 -0800
User-agent: Mutt/1.5.20 (2009-12-10)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, Nov 19, 2013 at 10:43:30AM +0100, Webmaster wrote:

>I'm wondering why my keyserver (keyserver.linuxpro.nl) is not in a
>pool on http://sks-keyservers.net/status/ but is listed under "not in
>pool".  The server should be reachable on ipv4 81.23.226.83 and ipv6
>thru a sixxs tunnel. any clues?

You need to configure your webserver to answer for all possible host
headers that are going to ask for keys.  Review the recommended
configuration settings for your nginx reverse proxy at
https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Peering


address@hidden ~]$ curl -H'Host: p80.pool.sks-keyservers.net' 
"http://keyserver.linuxpro.nl/pks/lookup?op=stats";
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.5.6</center>
</body>
</html>
address@hidden ~]$ curl -H'Host: keys.gnupg.net' 
"http://keyserver.linuxpro.nl/pks/lookup?op=stats";
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.5.6</center>
</body>
</html>

The only thing that works is:
address@hidden ~]$ curl "http://keyserver.linuxpro.nl/pks/lookup?op=stats";
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"; >
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<title>Stats not calculated yet</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
/*<![CDATA[*/
 .uid { color: green; text-decoration: underline; }
 .warn { color: red; font-weight: bold; }
/*]]>*/
</style></head><body><h1>Stats not calculated yet</h1><h2>Settings</h2>
     <table summary="Keyserver Settings">
     <tr><td>Hostname:</td><td>keyserver.linuxpro.nl</td></tr>
     <tr><td>Nodename:</td><td>mx1.linuxpro.nl</td></tr>
     <tr><td>Version:</td><td>1.1.4</td></tr>
     <tr><td>Server contact:</td><td>Marc Wijtkamp
<address@hidden> 0x3F776763</td></tr>
     <tr><td>HTTP port:</td><td>11371</td></tr>
     <tr><td>Recon port:</td><td>11370</td></tr>
     <tr><td>Debug level:</td><td>3</td></tr>
</table>


<table summary="Keyserver Peers" width="100%">
<tr valign="top"><td>
<h2>Gossip Peers</h2>
<table summary="Gossip Peers">
<tr><td>keyserver.linuxpro.nl 11370</td></tr>
<tr><td>sks.keyservers.net 11370</td></tr>
<tr><td>keyserver.dacr.hu 11370</td></tr>
<tr><td>sks.research.nxfifteen.me.uk 11370</td></tr>
<tr><td>keys.internet-sicherheit.de 11370</td></tr>
<tr><td>schluesselkasten.wertarbyte.de 11370</td></tr>
<tr><td>keyserver.serviz.fr 11370</td></tr>
<tr><td>keyserver.witopia.net 11370</td></tr>
<tr><td>sks.fidocon.de 11370</td></tr>
<tr><td>keyserver2.computer42.org 11370</td></tr>
<tr><td>keyserver.provonet.nl 11370</td></tr>
</table>
</td><td>
<h2>Outgoing Mailsync Peers</h2>
<table summary="Mailsync Peers">
<tr><td>address@hidden</td></tr>
</table>
</td></tr></table>
<br /> Database statistics are time-consuming and so are only calculated
once per day</body></html>

- -- 
Regards...              Todd
When engineers want simple solutions to complicated social problems,
freedom is the first victim...                      --Stephane Bortzmeyer
Linux kernel 2.6.32-279.22.1.el6.x86_64   1 user,  load average: 0.08, 0.08, 
0.08
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEARECAAYFAlKLcVwACgkQIBT1264ScBUA0ACeOw9PdSCmt97SL6O3cjPCnSxP
yh4An1PQzKD+M2jEzD9tVYJS2eke4KC2
=VbOG
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]