Anyne come across this issue and have a workaWhen using HealthAnalyzer 5.5.1 to connect to Horizon 7.11 I get the error 'Unable to connect to target server '
Tried this with the Java app and the OVA. Alos tried 5.5.0 and 5.3.1 version of the VHA and have similar issue.
VHA.log shows:
2020-06-10 11:19:14,776 INFO [Util] Saved dataset info for https://connection-server-fqdn. Project name=10-06-20, id=bb8cc9a9-a2ff-4b07-9cb7-3ffc4f84d281
2020-06-10 11:19:14,778 WARN [ViewConnection] Trust Manager trusts ALL certificates
2020-06-10 11:19:14,782 INFO [Util] DsId=<string> updated with CollectorStatus=READY, DatasetStatus=INPROGRESS; CollectorMessage=null
2020-06-10 11:19:14,782 INFO [RunViewCollectorHandler] Initiated View collection for URL=https://connection-server-fqdn/admin/messagebroker/amfsecure; User=domain\username; dsId=<string>
2020-06-10 11:19:14,936 ERROR [AbstractConnection] Connection Exception.
com.vmware.gts.collector.exception.ConnectionNetworkException: ClientStatusException
message: java.io.IOException: Server returned HTTP response code: 415 for URL: https://connection-server-fqdn/admin/messagebroker/amfsecure
code: AMFConnection.Call.Failed
at com.vmware.gts.collector.view.ViewConnection.doConnect(ViewConnection.java:259)
at com.vmware.gts.collector.connection.AbstractConnection.connect(AbstractConnection.java:27)
at com.vmware.gts.collector.connection.AbstractConnectionPool$ConnectionRequest.run(AbstractConnectionPool.java:250)
Caused by: ClientStatusException
message: java.io.IOException: Server returned HTTP response code: 415 for URL: https://connection-server-fqdn/admin/messagebroker/amfsecure
code: AMFConnection.Call.Failed
at flex.messaging.io.amf.client.AMFConnection.call(AMFConnection.java:524)
at com.vmware.gts.collector.view.ViewConnection.retrieveDsId(ViewConnection.java:313)
at com.vmware.gts.collector.view.ViewConnection.doConnect(ViewConnection.java:245)
... 2 more
Caused by: java.io.IOException: Server returned HTTP response code: 415 for URL: https://connection-server-fqdn/admin/messagebroker/amfsecure
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at flex.messaging.io.amf.client.AMFConnection.send(AMFConnection.java:792)
at flex.messaging.io.amf.client.AMFConnection.call(AMFConnection.java:514)
... 4 more
2020-06-10 11:19:14,938 INFO [AbstractCollector] 54c19e5e-2c11-48a3-b755-4bb3ad66db49: message: Unable to connect to target server.
2020-06-10 11:19:14,959 INFO [Util] Collection failed with message=Unable to connect to target server.. Updated DatasetStatus=FAILURE. CollectorStatus=FAILURE DsId=<string>