You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Good afternoon, I installed CLI on a Redhat Linux server successfully. When I issue acli -a getClientInfo I get this response: Client name: cli, Client version: 10.3.0, Client build: 2022-07-01T02:05:36, Java: Substrate VM 17.0.3, OS: Linux 4.18.0-372.9.1.el8.x86_64. The Java information is missing. I verified the $JAVA_HOME is set correctly. What am I missing? When I issue a command to access Confluence such as getSpaceList I get this error message: Client error: Invalid request: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
Thanks
You probably figured it out, but for anyone else who might have this problem:
Make sure you have your Certificate Authority's certificate in the $JAVA_HOME/lib/security/cacerts installed using $JAVA_HOME/bin/keytool.
If it's a self signed web cert, install it on the cacerts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.