Are self-signed SSL certificates accepted for Data Connectors?

Self-signed SSL certificates are not accepted for Data Connector endpoints. If you use a self-signed certificate, events forwarded to your endpoint will fail.

Who is this article for?

Anyone setting up a Data Connector endpoint who needs to know which SSL certificates are supported.

What do you need?

  • A Data Connector endpoint

What to use instead of a self-signed certificate

To ensure your Data Connector endpoint works correctly, use an SSL certificate from a trusted certificate authority. Here are two recommended options:

  1. Use a trusted certificate authority. For example, Let's Encrypt provides free, trusted SSL certificates.
  2. Use ngrok for local development. If you're developing locally, ngrok provides a secure tunnel with a valid certificate, so you don't need to set up your own.

Troubleshooting / FAQ

Q: Why are my Data Connector events failing?
A: If your Data Connector endpoint uses a self-signed SSL certificate, all forwarded events will fail. Replace your self-signed certificate with one from a trusted certificate authority, such as Let's Encrypt, or use ngrok for local development.


Q: Can I use any certificate authority?
A: Yes, any trusted certificate authority will work. Let's Encrypt is a popular free option.