troke12 commented on issue #7317: URL: https://github.com/apache/cloudstack/issues/7317#issuecomment-1486647897
> Hi @troke12, did you check the CPVM logs when trying to display a VM console? If possible can you set DEBUG level on it and share it? The file should be on /var/log/cloud.log Hi @nvazquez Right now i have same problem with @Kirembu The `/websockify` it's not found because they are not running under domain and it is must be using port, the cloudstack management when we click the button "View Console" is directly start with parameter `port=8080` for example `https://mydomain.com/resource/noVNC/vnc.html?autoconnect=true&port=8080&token=xxxxxxxx` I'm already setting in nginx like this ``` location /websockify { proxy_pass http://172.16.25.37:8080/websockify; proxy_http_version 1.1; } ``` But if we tried to remove the parameter `&port=8080` it's works well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
