Webhooks: How to fix SSL certificate failures in Zaps
- Tables
-
Product updates
Product updates: January 2023 Product updates: March 2023 Product updates: February 2023 Product updates: April 2023 Product updates: May 2023 Product updates: June 2023 Product updates: July 2023 Product updates: August 2023 Product updates: September 2023 Product updates: October 2023 Product updates: November 2023 Product updates: December 2023 Product updates: January 2024 Product updates: February 2024 Product updates: March 2024 Product updates: April 2024 Product updates: May 2024 Product updates: June 2024 Product updates: July 2024 Product updates: August 2024 Product updates: September 2024 Product updates: October 2024 Product updates: November 2024 Product updates: December 2024 Product updates: January 2025 Product updates: February 2025 Product updates: March 2025 Product updates: April 2025 Product updates: May 2025 Product updates: June 2025 Product updates: July 2025 Product updates: August 2025
- Zaps
- Your Zapier account
- Interfaces
- Canvas
- Chatbots
- Getting started
- Agents
- MCP
- Built-in tools
- Lead Router
- Apps
Table of Contents
When attempting to send a webhook using a Zap, you receive an error message indicating an SSL certificate issue.
Causes
This can happen for the following reasons:
- The server uses a self-signed certificate.
- A mismatch between the certificate and domain name.
- The SSL certificate is not properly installed on the server.
How to fix it
If you're using a self-signed certificate:
- Replace your self-signed certificate with one from a public certificate authority. Zapier only supports SSL certificates issued by public certificate authorities.
- Visit Let's Encrypt to get a free, trusted SSL certificate.
- Let’s Encrypt is a free, automated, and open certificate authority provided by the non-profit Internet Security Research Group (ISRG).
If there's a certificate-domain mismatch:
- Check that your certificate matches your domain exactly.
- Common mismatches to look for:
- Using a certificate for www.example.com on testing.example.com.
- Using a wildcard certificate (*.example.com) on the root domain (example.com).
If you suspect improper installation:
- Visit SSL Labs' Server Test.
- Enter your domain name.
- Review the detailed report for:
- Missing chain certificates.
- Incorrect configuration modes.
- Other installation issues.

Zapier is not able to perform extra certificate downloads via your Certification Path. This is one common reason your browser (which performs those extra downloads automatically) might not return an SSL error, while Zapier does. To fix this, you’ll need to install any extra certificates on your domain directly.