Ice Properties HTTPProxy

in Help Center
Hi,
is it possible for ice clients to connect via http-proxy to an ice-server?
Which meaning have the Properties
Ice.HTTPProxyHost
Ice.HTTPProxyPort
Is there a possibility to also specify username and password for proxy authentication?
Thanks,
Best Regards
Klaus
Tagged:
0
Comments
Hi,
Ice supports HTTP-CONNECT tunnelling through an HTTP proxy. It doesn't support proxy authentication however. The
Ice.HTTPProxyHost
andIce.HTTPProxyPort
properties allow to specify the address of the HTTP proxy to connect to.Cheers,
Benoit.
Hi Benoit,
thanks for your reply. I assume, the properties
Ice.SOCKSProxyHost=addr
Ice.SOCKSProxyPort=num
are the corresponding definitions for a SOCKS proxy.
Is it possible to use a Glacier2-Application with IceSSQL Over a SOCKS-proxy?
BR Klaus
Hi,
Yes, the client should be able to use a SOCKs/HTTP proxy to connect to a Glacier2 router.
Cheers,
Benoit.
All right, thanks
BR Klaus