DaanHoogland commented on issue #12323:
URL: https://github.com/apache/cloudstack/issues/12323#issuecomment-3702372999
I am a bit confused by your last question @itobin . I did a quick search in
the code of the console proxy and found:
```
proxy.setSslEnabled(sslEnabled);
if (sslEnabled) {
proxy.setPort(443);
} else {
proxy.setPort(80);
}
```
Do you confuse the Management server port with that of the console proxy?
--
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]