Thanks for updating that. Through some experimentation, I found that values of "true" or "on" both work, but a value of "(on)" (with parentheses) does not work. The Getting Started Wizard, however, still generates an invalid configuration. For example: [agent]
app = my-app-name
tier = my-tier-name
node = node abcd
[controller]
host = myaccount.saas.appdynamics.com
port = 443
ssl = (on)
account = myaccount
accesskey = myaccesskey To see this: Creat a new application using Getting Started Wizard Select Python as the application type Verify that "Use SSL" is checked Fill in values for application and tier Click continue Scroll to "Install the App Agent" and examine the configuration file. Observe that is has "ssl = (on)" which should be either "ssl = on" or "ssl = true".
... View more