-
Bug
-
Resolution: Duplicate
-
Major
-
7.0.1.Final
-
None
The link at welcome page is
<a href="/console">Administration Console</a>
which leads (in default config) to `<host>:8080/console`.
It is handled by a HTTP 302 redirect, but for some reason it uses IPv6, so it does:
Resolving kyri.pohlidame.cz... 83.167.252.15 Connecting to kyri.pohlidame.cz|83.167.252.15|:8080... connected. HTTP request sent... 302 Moved Temporarily Redirected to: http://0:0:0:0:0:0:0:0:9990/console [following] http://0:0:0:0:0:0:0:0:9990/console: Wrong port number.
There's no proxy or such.
To be able to reach it remotely, I did this (only one) config change:
<interfaces>
<interface name="management">
<any-address/>
</interface>
<interface name="public">
<any-address/>
</interface>
</interfaces>
- duplicates
-
AS7-1341 Link to console on startup page fails when running in EC2/limited network with any-address
-
- Resolved
-