Hello! I've been trying to get the console proxy working on SSL for a day or two now and no matter what I do I cannot get the vm to listen at 8443. when I attempt to use the console proxy I get connection refused to the following URL:
https://xxx.xxxxxx.com/resource/noVNC/vnc.html?autoconnect=true&port=8443&token= domain replaced by xxx.xxxxxx for the example. Followed by the token. I have the certificate added to the cloudstack portal and the Consoleproxy sslenabled (consoleproxy.sslEnabled) set to true. I get no errors in any logs during startup of the systemvm or attempting to connect to the console.the *Console Proxy VM netstart -tupl* Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:http-alt 0.0.0.0:* LISTEN 1588/java tcp 0 0 0.0.0.0:http 0.0.0.0:* LISTEN 1588/java tcp 0 0 169.254.253.235:3922 0.0.0.0:* LISTEN 863/sshd: /usr/sbin tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN 1588/java udp 0 0 v-41-VM:ntp 0.0.0.0:* 865/ntpd udp 0 0 172.18.1.112:ntp 0.0.0.0:* 865/ntpd udp 0 0 169.254.253.235:ntp 0.0.0.0:* 865/ntpd udp 0 0 localhost:ntp 0.0.0.0:* 865/ntpd udp 0 0 0.0.0.0:ntp 0.0.0.0:* 865/ntpd udp 0 0 0.0.0.0:3914 0.0.0.0:* 368/rsyslogd udp6 0 0 [::]:ntp [::]:* 865/ntpd udp6 0 0 [::]:3914 [::]:* 368/rsyslogd *VNC Port Output:* root@v-41-VM:~# cat vncport 8080 I tried rebooting the systemvm as well as deleting it and letting the mgmt server recreate it, still no luck. Only thing I could think of was maybe the change to always use TLS changed the process in 4.18, I had this working in 4.17.2. Any help would be appreciated Thanks -Wally