Doc Feedback: Adding Choreo Certificate For Analytics
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 99
- Forks
- 708
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 22
Description
If customers encounter the following error:
TID: [] [] [2025-06-16 15:25:25,791] ERROR {org.wso2.am.analytics.publisher.client.EventHubClient} - Recoverable error occurred when creating Eventhub Client. Retry attempts will be made in 5 min. Reason :Provided authentication endpoint https://analytics-event-auth.choreo.dev/auth/v1 is not reachable.
Then they need to do the following:
This occurs when the "DigiCert Global Root G2 root" and the “Choreo root certificate” are not available in the client-truststore.jks of the gateway node.
Add those certificates to the client-truststore.jks, restart the gateway node, and then share the results with us?
You can use the following command to import the certificate into the client-truststore.jks.
Example: keytool -import -alias choreoroot -keystore client-truststore.jks -file ISRGRootX1.pem
Multiple customers have run into this issue per internal ticket.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Choreo Analytics getting-started guide at the linked documentation location and review its troubleshooting content. Add guidance for the unreachable authentication endpoint error, including the DigiCert Global Root G2 and Choreo root certificates, client-truststore.jks, restart step, and keytool example. Done means the page clearly explains this customer scenario and remediation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation, security
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100