Hi, So I’m having a weird issue on the proxy vm with the certificate. I know the certificate is correct, because when I copy them from the database and put them into an ssl decoder it shows up as not after 31 dec 2024.
However if I try opening the console of an instance it just says connecting and then times out. When I look in the systemvm itself it then says: Nov 14 15:51:22 v-255-VM _run.sh[2717]: at java.base/java.lang.Thread.run(Thread.java:829) Nov 14 15:51:22 v-255-VM _run.sh[2717]: at com.cloud.consoleproxy.ConsoleProxyNoVncClient$1.run(ConsoleProxyNoVncClient.java:108) Nov 14 15:51:22 v-255-VM _run.sh[2717]: at com.cloud.consoleproxy.ConsoleProxyNoVncClient.authenticateToVNCServer(ConsoleProxyNoVncClient.java:189) Nov 14 15:51:22 v-255-VM _run.sh[2717]: at com.cloud.consoleproxy.ConsoleProxyNoVncClient.authenticateVNCServerThroughNioSocket(ConsoleProxyNoVncClient.java:232) Nov 14 15:51:22 v-255-VM _run.sh[2717]: at com.cloud.consoleproxy.ConsoleProxyNoVncClient.handshakePhase(ConsoleProxyNoVncClient.java:204) Nov 14 15:51:22 v-255-VM _run.sh[2717]: at com.cloud.consoleproxy.ConsoleProxyNoVncClient.handshakeSecurityResult(ConsoleProxyNoVncClient.java:210) Nov 14 15:51:22 v-255-VM _run.sh[2717]: at com.cloud.consoleproxy.vnc.NoVncClient.processHandshakeSecurityType(NoVncClient.java:518) Nov 14 15:51:22 v-255-VM _run.sh[2717]: at com.cloud.consoleproxy.vnc.security.VncTLSSecurity.process(VncTLSSecurity.java:96) Nov 14 15:51:22 v-255-VM _run.sh[2717]: Exception in thread "Thread-27" com.cloud.utils.exception.CloudRuntimeException: javax.net.ssl.SSLHandshakeException: NotAfter: Fri Nov 01 13:28:12 UTC 2024 But I have no idea where it gets that 1 nov from.. how to check which certs the system vm has? -- Jimmy