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
on 02-19-2020 10:05 AM
Troubleshoot the error step-by-step as follows:
Check (telnet <controller-host> 443)
from the agent host to make sure the port has been opened. If it's closed, open it.
If port 443 is open, but the agent still can’t telnet, check the proxy.
Does it exist? If so, curl with proxy args to see whether the network firewall/proxy is working. You want to determine whether the error is caused by the agent or whether it’s a proxy end error.
curl -x
http://proxyHost:proxyPort/ -I https://<controller-host>:443/controller/rest/serverstatus
If either telnet or curl work on the port without errors, but the agent still fails with an “SSL certs missing” error, review the Enable SSL for the Java Agent documentation.
There are many SSL exception variants, of which many require expert-level debugging. If your error isn’t addressed in the above documentation, please initiate a ticket with AppDynamics customer support.
JDK and SSL supported protocol/cipher limitations also require expert-level SSL debugging, so we recommend reaching out to AppDynamics support.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form