Using Load Balancer and upgrade to 13.4: Console URL doesn't work anymore
l.s.
Looking at this note: 13.4: Unable to Access EM Console with SLB URL After Upgrading OMS to 13.4 (Doc ID 2671586.1). Without changing the send string you will not be able to connect to the console.
The change should be:
from
GET /em/consoleStatus.jsp HTTP/1.1Host: Connection: Close
to
GET /em/consoleStatus.jsp HTTP/1.1Host: slb.example.comConnection: Close
What the note does not say if it is possible to change the send string if you have version 13.1-13.3. Can somebody confirm this is possible?
If so, this will not be an issue after the upgrade and can be applied prior to the upgrade.