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
07-07-2020 02:10 PM - last edited on 07-07-2020 03:19 PM by Ryan.Paredez
Hi Appdynamics,
I have a question regarding setting up appdynamics. I was able to install pyagent and run gunicorn using pyagent. I see my flask application is running as usual. I was able to generate load. When I checked logs for the proxy, it reported the controller did not respond.
python version - 3.6.9
flask = 1.1.1
appdynamics- 20.3.0
My cfg file
[agent]
app = <app-name>
tier = <app-tier>
node = node f58e
[controller]
host = <account>.saas.appdynamics.com
port = 443
ssl = (on)
account = <account>
accesskey = <key>
I am attaching a screenshot of the error. Please can anyone help me with this issue?
07-07-2020 02:13 PM
Hi Hari,
Could you please verify that there are no typos, especially in the hostname of your controller?
Thanks,
Kyle Furlong, Technical Lead (C++ and Dynamic Languages)
07-07-2020 02:27 PM
Hi Kyle,
I have copied from the getting started page when creating application. I have verified it too. When I do telnet from my machine to hostname of controller. It is successfully connecting.
07-08-2020 01:41 AM - edited 07-08-2020 02:03 AM
Hi there
Please remove the brackets around the (on) and try again
from
ssl = (on)
to
ssl = on
or use
ssl = true
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form