troke12 commented on issue #7317:
URL: https://github.com/apache/cloudstack/issues/7317#issuecomment-1493055137
> @troke12
>
> 1. You must upload SSL certificate, and restart mgmt server/CPVM.
> 2. update the 443 part to the following (the setting for websocket is not
needed)
>
> ```
> location / {
> proxy_pass https://172.16.25.31;
> }
> ```
>
> 3. update the 8080 part to
>
> ```
> location /websockify {
> proxy_pass https://172.16.25.31:8080/websockify;
> proxy_set_header Upgrade $http_upgrade;
> proxy_set_header Connection 'upgrade';
> proxy_set_header Host $host;
> }
> ```
1. I'm already upload the certificates using cloudmonkey (you can see [my
comment](#issuecomment-1487874061) before)
2. I know this, when we tried to restart CPVM while the global config ssl is
true, i must configured the proxy_pass for 443 to `https` scheme, It's worked
well fine
3. But only port 8080 that cannot listen when i setting to `https` scheme
inside nginx, tried to check the port 8080 from nginx it's not used by nginx,
but still not working
--
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]