sks-devel
[Top][All Lists]
Advanced

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

Re: [Sks-devel] HTTP POST reverse proxy setup


From: Kim Minh Kaplan
Subject: Re: [Sks-devel] HTTP POST reverse proxy setup
Date: Thu, 6 Oct 2016 10:14:47 +0000

Brian Minton wrote:
> Kristian, is there a good way to easily check, e.g. with curl, the POST
> capabilities of a reverse proxy in front of SKS?

Not that easy. But you can try something like this:

printf '\000\000\000\000\r\n' >/tmp/data.$$
curl -so /tmp/hashquery.$$ --data-binary @/tmp/data.$$
http://keyserver.example:11371/pks/hashquery
cmp /tmp/data.$$ /tmp/hashquery.$$

P.S. Brian, sorry for the duplicate, I intended to send the message to the list.
-- 
Kim Minh.
https://www.kim-minh.com/



reply via email to

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