sureshanaparti commented on a change in pull request #4300:
URL: https://github.com/apache/cloudstack/pull/4300#discussion_r559987495
##########
File path:
services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxy.java
##########
@@ -170,6 +171,13 @@ public static ConsoleProxyAuthenticationResult
authenticateConsoleAccess(Console
authResult.setReauthentication(reauthentication);
authResult.setHost(param.getClientHostAddress());
authResult.setPort(param.getClientHostPort());
+ if (StringUtils.isNotBlank(param.getTicketAcquired())) {
+ s_logger.info("Host = " + param.getClientHostAddress() + ",
hypervhost = " + param.getHypervHost() +
+ " pass = " + param.getPassword() + " hostpass = " +
param.getClientHostPassword() +
+ " asd = " + param.getClientHostPort());
+ s_logger.info("Connecting using ticket " +
param.getTicketAcquired() + " port 443");
+ authResult.setPort(443);
Review comment:
@nvazquez is this port customizable at vCenter / host (or) fixed ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]