[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sks-devel] pain of joining hkps -- reverse proxy config in apache i
From: |
Clint Adams |
Subject: |
Re: [Sks-devel] pain of joining hkps -- reverse proxy config in apache issue with "hkps.pool.sks-keyservers.net" |
Date: |
Sat, 9 Nov 2013 15:56:43 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Fri, Nov 08, 2013 at 03:33:54PM -0500, Nat Howard wrote:
> results in perfectly good information. How'd you guys do it?
The nginx config from
https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Peering
doubled for port 443, with the equivalent of this added:
ssl on;
ssl_certificate cert.pem;
ssl_certificate_key key.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
and no other "sites" on those IPs. It should respond the same
way no matter what value is given in the Host header.