I have the network protocol for the published app in PN set to SSL + HTTPS
and have specified the FQDN of the MF server in the address list. I have
tried setting the port to both 80 and 443 but I always get this error
message:
There is no route from the Citrix SSL Relay to the specified subnet address
(SSL error 37)
Does anyone know what this means? I only have one MF server, which is
running the SSL Relay, so I wouldn't have thought there was much routing to
be done!
Thanks,
Roy.
"Franco" <hsv...@bigpond.com> wrote in message
news:l13g8.2850$wb7....@newsfeeds.bigpond.com...
| There is no route from the Citrix SSL Relay to the specified
| subnet address (SSL error 37)
|
| Does anyone know what this means? I only have one MF server,
| which is running the SSL Relay, so I wouldn't have thought
| there was much routing to be done!
The sslrelay is actually a SOCKS over SSL connection. The sslrelay will
return a SOCKS 'destination unreachable' to the citrix client when the ruel
to allow connection to a specific address and port does not exist. On the
sslrelay server, you need to have at least 2 rules:
1. connection to the citrix xml service (usually on the same server, use
server's ip address)
2. connection to tcp 1494 (again, usually the same server, use the server's
internal ip address)
Contrary to what is mentioned in another post, you do not use the alternate
address when using the ssl relay and the relay terminates on the citrix
server.
Make sure that the CA certificiate is in the /keystore/cacerts directory in
PEM format. The sslrelay server also requires reverse dns lookups of the
hostname in the server certificate to resolve to itself. If you do not have
reverse lookups working for the sslrelay host, then the service will take
forwever to start and may give weird timeout problems now and in the future
when clients connect.
You can debug the conneciton by stopping the sslrelay service, and starting
sslserverrelay form a command prompt - this starts the service in debug
mode (note that it will only service a single connection whilst in debug
mode).
Realistically, you should never terminate an connectionson production
servers. The ssl relay service shouldbe on its own server (ie - not a
production server). Think seriously about using citrix secure gateway -
there are several design guides for this in mycitrix.com. Refer to the
nsa's server hardening guides and encure that you nfuse pages are also ssl.
Enjoy,
Darren Mackay
I am trying out SSLRelay at the moment and have the same problem.
Searched the usual sources and no joy, spoke to Citrix support and got a
big 'erm'.
If you have any joy, please post here?
--
Regards,
Sam Simpson
s...@samsimpson.com
http://www.samsimpson.com/
http://www.scramdisk.clara.net/
Many thanks, P and Darren, the problem was that I didn't have port 1494
added on the SSL Relay config. Adding that fixed the problem.
Apologies for not replying sooner, I have been out of the office due to
sickness and courses.
Kind regards,
Roy.