Webhook SSL Error with Load Balancer

I’m working on setting up patreon webhooks with my production server. I previously successfully got everything working for a route on my dev server, which the domain directs directly to the server. However when I try the same hook on my production server, which is behind a load balancer (with up to date certs), I receive the following error.

Test Response


Error: _HTTPSConnectionPool(host=‘archidekt.com’, port=443): Max retries exceeded with url: /api/users/patreonHooks/ (Caused by SSLError(SSLError(“bad handshake: Error([(‘SSL routines’, ‘tls_process_server_certificate’, ‘certificate verify failed’)],)”,),))

Any feedback is greatly appreciated,
Andrew

Figured it out, I wasn’t serving the intermediate chain as part of the cert.