josefdi Thanks for the .ini file. It helps. Looks like the configuration is not quite correct. In the [Horizon] section, you have proxyDestinationUrl=https://connectionsvr1.domain.com ...
See more...
josefdi Thanks for the .ini file. It helps. Looks like the configuration is not quite correct. In the [Horizon] section, you have proxyDestinationUrl=https://connectionsvr1.domain.com I'm assuming connectionsvr1.domain.com can be resolved by Access Point and resolves to a Horizon Connection Server in the internal network. If so, that is correct. However, the external URLs specified below this are not correct. The first two reference the same connectionsvr1.domain.com, and that is likely to be the problem here. You have: #################################### # # The following external URLs are used by Horizon Clients to establish tunnel, HTML Access and PCoIP connections # to this Access Point appliance. If they reference a load balancer name or address then the load balancer must be # configured for source IP hash affinity otherwise the connections may route to the wrong Access Point appliance. # tunnelExternalUrl=https://connectionsvr1.domain.com:443 blastExternalUrl=https://connectionsvr1.domain.com:443 # # pcoipExternalUrl must contain an IPv4 address (not a DNS name) # pcoipExternalUrl=10.179.134.11:4172 #################################### External URLs are used by Horizon clients, and connectionsvr1.domain.com that you have specified will probably not be able to be resolved by the client. e.g. with a Windows Horizon client you will probably see a message "Error: Unable to resolve server address. No such host known.". That happens because the client on the Internet is trying to establish a tunnel connection to connectionsvr1.domain.com and it needs to get to Access Point for this. If this is the case, change tunnelExternalUrl and blastExternalUrl to use a hostname that the client can use to connect to Access Point. This is usually the same hostname that the client initially specifies to connect. pcoipExternalUrl is similar except that it must use an IP address. This is normally the IP address that the other ExternalUrl hostnames resolve to. It is also used by the client to connect PCoIP to Access Point. There may be other config errors, but fix these 3 externalURL settings first and then just rerun apdeploy.ps1 command to redeploy. Retest first with a Horizon Client to make sure the Horizon settings have been corrected. If there is an error, let us know precisely what the error says, and at what stage it is shown.