Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice Properties HTTPProxy

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

Comments

  • benoit
    benoit Rennes, France

    Hi,

    Ice supports HTTP-CONNECT tunnelling through an HTTP proxy. It doesn't support proxy authentication however. The Ice.HTTPProxyHost and Ice.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

  • benoit
    benoit Rennes, France

    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