Symptoms
Using Citrix SSL Relay, you can enumerate applications but cannot connect. The following error message appears:
“Cannot connect to the Citrix MetaFrame server. There is no route from the Citrix SSL Relay to the specified subnet address (SSL error 37).”
Note: This occurs while using SSL Relay to secure ICA connections to the MetaFrame servers. In this case, no Secure Gateway or Web Interface was involved. The full client was being used.
The Event Viewer shows the following:
Event ID 10123: “Failed to make server connection. SOCKSRelaySocket.cpp:98”
Event ID 10123: “Failed to make server connection. RelayConnection.cpp:172”
Event ID 10112: “Failed to setup relay connections. RelayConnection.cpp: 56”
Cause 1
The ICA port was not added to the SSL Relay Configuration.
Resolution 1
If you are not sure of the ICA port value, use the command ICAPORT /QUERY from the command prompt of the server to which you want to connect.
Cause 2
Fully Qualified Domain Name (FQDN) – Domain Name System (DNS) resolution issues
There is a problem with the load balancing servers and the assigned certificate for the SSL Relay.
Ask for the output of SSLserverrelay.exe in debug mode (running from the CMD command).
For example:
On the successful connection, the user connects to first server IP 138 with the good assigned certificate for server 138, or Kam2k1:
22/03/2006 12:00:15: Client requested connection to Kam2k1.DNS20.SOCGEN:80
22/03/2006 12:00:15: Accepting connection from 192.82.120.201
22/03/2006 12:00:15: Client requested connection to 192.64.215.138:1494
22/03/2006 12:01:00: Accepting connection from 192.82.120.201
On the failed connection, the same user connects to server 139, but with the server 138 or Kamw2k2 certificate:
22/03/2006 12:01:02: Client requested connection to kamw2k2.DNS20.SOCGEN:80
22/03/2006 12:01:02: Accepting connection from 192.82.120.201
22/03/2006 12:01:02: Client requested connection to 192.64.215.139:1494
22/03/2006 12:01:02: Failed to make server connection. SOCKSRelaySocket.cpp: 98
Resolution 2
Additional Information
Refer to the following Citrix Knowledge Base articles:
CTX711855 – Common SSL Error Messages and Their Causes
CTX104581 – There is no route from the Citrix SSL Relay to the specified subnet address (SSL error 37)