On 07/18/2016 07:13 PM, Hillebrand van de Groep wrote: > Hey there. I am the operator for <a > href="pgpkeyserver.nl">pgpkeyserver.nl</a>. Recently I have noticed > that sks-keyservers.net is not <a > href="https://sks-keyservers.net/status/ks-status.php?server=pgpkeyserve > r.nl">listing > my server</a>. I am able to ping my server, connect to port 11371 and > send a request. I can also use the HKP interface on port 11370: > > <pre>$ gpg --keyserver pgpkeyserver.nl --recv-key 0x20EBC59A > gpg: requesting key 20EBC59A from hkp server pgpkeyserver.nl > gpg: key 20EBC59A: "Flippylosaurus <[email protected]>" not > changed > gpg: Total number processed: 1 > gpg: unchanged: 1</pre> > > Could this be a routing issue? >
bad config, server should respond to all requests on 11371 $ telnet pgpkeyserver.nl 11371 Trying 37.97.129.189... Connected to pgpkeyserver.nl. Escape character is '^]'. GET /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>Page not found</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>Page not found</h1>Page not found: //lookup</body></html> Connection closed by foreign host. -- ---------------------------- Kristian Fiskerstrand Blog: https://blog.sumptuouscapital.com Twitter: @krifisk ---------------------------- Public OpenPGP certificate at hkp://pool.sks-keyservers.net fpr:94CB AFDD 3034 5109 5618 35AA 0B7F 8B60 E3ED FAE3 ---------------------------- Aut disce aut discede Either learn or leave
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Sks-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/sks-devel
