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/

_______________________________________________
Sks-devel mailing list
Sks-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/sks-devel

Reply via email to