From ddec03d3b85313d7ceef81b06036c97d7980a40a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 5 Jan 2018 16:25:45 -0800 Subject: [PATCH] Add note on how to talk to zuul's gearman Change-Id: I1e5b2cdc7c3ba78d3c40517fc2827f4ab75511a9 --- doc/source/zuul.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst index be7020570d..d66849377b 100644 --- a/doc/source/zuul.rst +++ b/doc/source/zuul.rst @@ -100,6 +100,11 @@ host keys as the zuul user. e.g.:: sudo su - zuul ssh -p 29418 review.openstack.org +To debug Zuul's gearman server, SSL is required. Use the following +command:: + + openssl s_client -connect localhost:4730 -cert /etc/zuul/ssl/client.pem -key /etc/zuul/ssl/client.key + Restarts --------