Not able to access J-Web management on SRX-Branch after upgrading to recent JUNOS 10.2 and later releases. This can be resolved by configuring the command "set system services web-management management-url <path> ".
After upgrading to 10.2R3 and 10.3R1 or later releases, J-Web access may not work if that interface is also terminating an IPSec VPN tunnel.
Interfaces terminating an IPSec tunnel will redirect all HTTP and HTTPS requests to the Dynamic VPN domain.
Example: https:// <srx-domain-or-ip> /dynamic-vpn
https:// <srx-domain-or-ip> /dynamic-vpn
set system services web-management management-url <path>
[edit system services] [email protected]# show web-management { management-url admin; <=== Configuration added here. http; https { system-generated-certificate; } } J-Web management would require administrator to browse to: http://x.x.x.x/admin or https://x.x.x.x/admin (Where x.x.x.x is the interface IP address.)
[edit system services] [email protected]# show web-management { management-url admin; <=== Configuration added here. http; https { system-generated-certificate; } }
http://x.x.x.x/admin or https://x.x.x.x/admin (Where x.x.x.x is the interface IP address.)