HI. On Wed, 15 Jun 2022 23:33:27 +1000 Philip Young <pt.fr...@gmail.com> wrote:
> Hi > I am currently writing a LUA module to make authorisation decisions on > whether a request is allowed, by calling out to another service to make the > authorisation decision. > In the Lua module, I am using Socket.connect_ssl() to > connect to the authorisation service but I am struggling to work out how to > set the path to the certificate I want to use to connect to the authorisation > service. > Does anybody know how to set the path to the certificate that is > used when using Socket.connect_ssl() Is it possible to do this using the > httpclient? As I'm not a lua nor httpclient expert but maybe this could help. https://docs.haproxy.org/2.6/configuration.html#httpclient.ssl.ca-file Also check if you mabye need to adopt this at least for the beginning. https://docs.haproxy.org/2.6/configuration.html#httpclient.ssl.verify > I have tried asking the Slack chat channel and on the commercial > site but no one knows. > > Cheers Phil Hth Alex