How do you try to " expose to Internet the ConsoleProxy VM using LoadBalancer"? What is your Public IP vs SSVM vs LoadBalancer vs DNS setup?
When you initiate a Console access to a VM, your browser will connect to the Public IP of the SSVM (if no SSL used) or to the DNS name based on the Public IP, e.g. 11-22-33-44.mydomain.com (if you have configured SSL) - this might resolve to the IP public IP of your loadbalancer - then it's LB work to correctly pass all traffic to whatever is the CURRENTLY USED public IP of the SSVM That error, is a typical load balancer error when the backend server is not reachable - check LB and the backend (public IP of the SSVM) configured. Your error is too generic to be able to help. On Mon, 11 Apr 2022 at 20:42, Ricardo Pertuz <[email protected]> wrote: > Hi, > > When I try to expose to Internet the ConsoleProxy VM using LoadBalancer > with a valid domain and cert, I’m getting a “502 Bad Gateway” when click on > the console icon. I have configured these params > > consoleproxy.sslEnabled > consoleproxy.url.domain > > am I missing something? > > CloudStack 4.15.2.0 > > Regards, > > > > -- Andrija Panić
