Change Gateway port from 80 to 443 or 8080 To change the Gateway port from 80 to 443 then use below commands First , list your nodes with the command. tsm topology list-node Then execute the command to set port tsm topology set-ports --node-name node1 --port-name gateway:primary --port-value 443 The above command will ask for a restart. Check ports using tsm topology list-ports If some error occurs in applying changes: try disabling (enable later) external ssl first- tsm security external-ssl disable You might need to run init command again with new port- tsm reset tabcmd initialuser --server localhost:443 --username 'ADMINUSER' --password 'adminpwd'
This site provides you basic information on issues you might face regularly or commands that you need on day to day life. As an Author, I will be walking you though articles as i learn
Comments
Post a Comment