Hi, This might be related to https://github.com/apache/cloudstack/pull/6577
@Nicolas Vazquez <nicolas.vazq...@shapeblue.com> Can you have a look ? -Wei On Thu, 13 Oct 2022 at 17:57, Curious Pandora <p4nd...@gmail.com> wrote: > Hello, > > running a clean install on current 4.18 tree looks like something is not > working in consoleproxy. > (noVNC and classic as well) > > An identical 4.17 environment works fine. > > From Working Env, Consoleproxy cloud.log snips > -------------------------------------------------------------------------- > 2022-10-13 14:38:45,249 INFO [cloud.consoleproxy.ConsoleProxyNoVNCHandler] > (qtp1954606578-43:null) Get websocket connection request from remote IP : > 10.8.80.3 > 2022-10-13 14:38:45,272 INFO [cloud.consoleproxy.ConsoleProxyNoVncClient] > (Thread-105:null) Connect to VNC server directly. host: 172.31.255.12, > port: 5901 > 2022-10-13 14:38:45,276 INFO [consoleproxy.vnc.NoVncClient] > (Thread-105:null) Connecting to VNC server 172.31.255.12:5901... > 2022-10-13 14:38:45,465 INFO [consoleproxy.vnc.NoVncClient] > (Thread-105:null) VNC server requires password authentication > 2022-10-13 15:29:00,863 INFO [cloud.consoleproxy.ConsoleProxyNoVNCHandler] > (qtp1954606578-43:null) Get websocket connection request from remote IP : > 10.8.80.3 > 2022-10-13 15:29:00,931 INFO [cloud.consoleproxy.ConsoleProxyNoVncClient] > (Thread-110:null) Connect to VNC server directly. host: 172.31.255.12, > port: 5901 > 2022-10-13 15:29:00,937 INFO [consoleproxy.vnc.NoVncClient] > (Thread-110:null) Connecting to VNC server 172.31.255.12:5901... > 2022-10-13 15:29:01,148 INFO [consoleproxy.vnc.NoVncClient] > (Thread-110:null) VNC server requires password authentication > > > From 4.18 Dev Env, Consoleproxy cloud.log snips > --------------------------------------------------------------------------- > 2022-10-13 15:54:40,966 INFO [cloud.consoleproxy.ConsoleProxyNoVNCHandler] > (qtp1810267116-38:null) Get websocket connection request from remote IP : > 10.8.80.3 > 2022-10-13 15:54:41,017 WARN [cloud.consoleproxy.ConsoleProxy] > (qtp1810267116-38:null) External authenticator failed authentication > request for vm d59c31a5-e4c8-454f-a9ff-432bc8910fcb with sid > 7lXWphOeekTsH0G6x3xWVQ > 2022-10-13 15:54:41,024 WARN [cloud.consoleproxy.ConsoleProxyNoVNCHandler] > (qtp1810267116-38:null) Failed to create viewer due to External > authenticator failed request for vm d59c31a5-e4c8-454f-a9ff-432bc8910fcb > with sid 7lXWphOeekTsH0G6x3xWVQ > com.cloud.consoleproxy.AuthenticationException: External authenticator > failed request for vm d59c31a5-e4c8-454f-a9ff-432bc8910fcb with sid > 7lXWphOeekTsH0G6x3xWVQ > > Note that for some reason the 4.18 uses External authenticator. > > The networking for both environments is exactly the same. > > Can someone verify ? > > Regards > > -- > p4nd0ra - the curious >