Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
11-01-2017 07:00 AM - last edited on 05-05-2020 02:28 PM by Ryan.Paredez
Hi,
I'm working on the task of integrating Appdynamics with our org ITSM tool to generate an Incident ticket whenever there is an event triggered in AppD. So I've created an HTTP request API with payload content and created a template. When I test the configuration it throws me an error.
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Could someone please help me on this to fix it.
Regards,
Soundarajan
11-02-2017 09:42 PM - last edited on 05-05-2020 02:29 PM by Ryan.Paredez
Hi Soundarajan,
This error indicates that you don't have controller's certificates to make http call at program side.
You will have to import certificates at java trust store to make successful connection.
Please refer to the below doc
https://docs.appdynamics.com/display/PRO43/Controller+SSL+and+Certificates
Thanks,
Atyuha
11-05-2017 10:22 PM - last edited on 05-05-2020 02:29 PM by Ryan.Paredez
Hi Atyuha, Thanks So Much for your reply. Could you please advise whether we need to place the certificates into the Controller environment directory or local machine where we're executing this HTTP call. PS: Our Controller is in SAAS model.
11-07-2017 05:49 AM - last edited on 05-05-2020 02:29 PM by Ryan.Paredez
Hi,
The certificates have to be imported to <controller_home>/bin/appserver/glassfish/domains/domain1/config/cacerts.jks but for SaaS controller OPS team would not allow it for security reasons. So the certificates need to be singed by public CA that is already available in <controller_home>/bin/appserver/glassfish/domains/domain1/config/cacerts.jks and any new certificate will not be imported.
Thanks,
Atyuha
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form