I just setup google Cloud's https load balancer and it seems to be working correctly (it's super fast). However I'm not able to access SSL protected pages on a specific port anymore.
e.g. https://www.example.com (works fine) https://www.example.com:8443 (does not work anymore with the load balancer enabled)
Current settings: www pointed to load balancers IP.
Is it possible to make an exclusion in the load balancer for a specific port (e.g. 8443 / 8447) so traffic get redirected directly to the correct server ip? (e.g. bypass the load balancer).
Thank you for your help!
~ Luc