Firewall - proxy settings for connecting a HazelCast host server: port

Is there a way to set proxy settings (route through a proxy server) for HazelcastClient to connect to a remote cache server (which is located behind firwall)

thank

+3
source share
1 answer

No, because Hazelcast clients use the built-in (albeit open) open TCP protocol, there is no real proxy support. You may be able to use the SOCKS proxy, but this is not supported.

There is also a prototype for tunneling the protocol through an HTTPS session, but the same thing that is not officially supported: https://github.com/noctarius/https-tunnel-openshift-hazelcast

0
source

All Articles