Skip to content

Commit a2a0e57

Browse files
authored
docs(cdp): Add troubleshooting section for Temporal.io TLS certificate errors (#17582)
Co-authored-by: inkeep[bot] <257615677+inkeep[bot]@users.noreply.github.com>
1 parent 753a7d1 commit a2a0e57

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

contents/docs/cdp/sources/temporalio.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,19 @@ Once the syncs are complete, you can start using Temporal.io data in PostHog.
2626
## Configuration
2727

2828
<SourceParameters />
29+
30+
## Troubleshooting
31+
32+
If your Temporal.io client certificate is expired, revoked, or no longer trusted by your namespace, syncs pause automatically and display an error message. Here are common TLS certificate errors and how to fix them:
33+
34+
- **UnknownCA** - Your client certificate isn't signed by a certificate authority the namespace trusts. This usually means the namespace's CA certificates were rotated. Update the source with a client certificate and key signed by the current CA.
35+
36+
- **CertificateExpired** - Your client certificate has expired. Update the source with a renewed client certificate and key.
37+
38+
- **CertificateRevoked** - Your client certificate has been revoked. Update the source with a new client certificate and key.
39+
40+
- **BadCertificate** / **CertificateUnknown** - Temporal rejected your client certificate. Update the source with a valid client certificate and key.
41+
42+
- **Invalid peer certificate** - The Temporal server's certificate could not be verified. Check that the host and port point at your Temporal namespace's gRPC endpoint.
43+
44+
To resolve these errors, go to the [sources tab](https://app.posthog.com/data-management/sources), find your Temporal.io source, and update the client certificate and key fields with valid credentials. See the [Temporal certificate docs](https://docs.temporal.io/cloud/certificates) for details on generating new certificates.

0 commit comments

Comments
 (0)