Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We will use the configured console proxy suffix domain name to identify following console proxy working modes. The config parameter is "consoleproxy.url.domain".
             if console proxy suffix domain is “empty” —> work mode 1
             if console proxy suffix domain is configured as *.somedomain.com  —> work mode 2 (PLEASE note that * is the actual asterisk character here)
             if console proxy suffix domain is configured as xyz.somedomain.com —> work mode 3

When we give out console access URL to client,  the URL should be configured per current console proxy working mode

             work mode 1                     —> http://<ip>.<ip>.<ip>.<ip>/xxxxxx
             work mode 2                     —> https://<ip>-<ip>-<ip>-<ip>.somedomain.com/xxxxx
             work mode 3                     —> https://xyz.somedomain.com/xxxxx

...