Agent Client Collector fails to connect to MID Server after upgrade to GA versionIssue When upgrading ACC from pre GA (2.2.0) version, agent fails to connect to the MID Server getting a 401 unauthorized response.CauseFor the GA version of ACC we changed the mechanism used to encrypt and decrypt the password in the ACC config YAML file, which is used by ACC to connect to the MID Server. The upgrade procedure backs up that config file and once it is complete the upgraded agent fails to decrypt the password (which was encrypted using the previous mechanism) using the new mechanism which leads to him using the wrong password when trying to connect to the MID Server.ResolutionReentering the password in clear text in the config file and restarting the ACC service should solve the issue. Agent should encrypt the password again when he restarts.