troke12 commented on issue #7317: URL: https://github.com/apache/cloudstack/issues/7317#issuecomment-1491269901
> @troke12 > > I think you need to make few changes. my suggestions are > > ###### 1. upgrade cloudstack > ###### 2. upload SSL certificates in cloudstack, and change global settings > * consoleproxy.sslEnabled = true > * consoleproxy.url.domain = "your domain name" > * restart mgmt server and recreate CPVM > > ###### 3. update nginx config > * :443 to https://xxx/ ( you already did) > * :8443/websockify to https://xxx:8443/websockify (configured as ssl port) @weizhouapache for me the final solution is **upgrade** for solution point no. 2 already configured as well and I've explained it in the description on this issue and still not working. for solution point no. 3 literally will not working because `/websockify` are not running for 8443 port, websockify only run 8080 and it's only for http, i found that inside the code of cloudstack in different branch ver 4.16 and 4.18 for vncserver websockify 8443 only in ver 4.18 version of cloudstack, for version 4.17 it's also don't have that (for @Kirembu i think this is your problem). So that's why the final solution it's upgrade to 4.18 -- 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]
