Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

openjdk-based tool behind load balancer/iap not running

Hello All,

we have a number of vm's running behind https load balancer and IAP.. For the most part that works very good.

Now I have a vm in such a setup that hosts an openjdk-based tool. It will not run at all behind the load balancer,

it runs fine when we log in directly into the vm.

Is this a known issue, is there a soluiton to this?

Many thanks for any help, j.

 

Solved Solved
0 2 24
1 ACCEPTED SOLUTION

Hi @jameslast ,
This may happen if the OpenJDK-based tool doesnโ€™t handle the headers or connection behavior added by the HTTPS load balancer or IAP.

Things to check:

  • Verify the tool supports reverse proxy / load balancer setups.

  • Check if it needs special config for X-Forwarded-For, X-Forwarded-Proto, or similar headers.

  • Make sure IAPโ€™s authentication isnโ€™t blocking backend access.

  • Review firewall rules and backend service health checks.

View solution in original post

2 REPLIES 2

Hi @jameslast ,
This may happen if the OpenJDK-based tool doesnโ€™t handle the headers or connection behavior added by the HTTPS load balancer or IAP.

Things to check:

  • Verify the tool supports reverse proxy / load balancer setups.

  • Check if it needs special config for X-Forwarded-For, X-Forwarded-Proto, or similar headers.

  • Make sure IAPโ€™s authentication isnโ€™t blocking backend access.

  • Review firewall rules and backend service health checks.

Hello,

 

thans for the reply. I will look in to all of these things to check.

greetings, j.