- J-Net
- :
- Forums
- :
- SRX Services Gateway
- :
- JWEB on SRX1500 using junos 18.4 cannot open?
- Application Acceleration 
- BLOG: Community Talk 
- BLOG: Information Experience (iX) 
- Community Feedback 
- Contrail Platform Developers 
- Ethernet Switching 
- Identity & Policy Control - SBR Carrier & SRC 
- Intrusion Prevention 
- Junos 
- Junos Automation (Scripting) 
- Junos Space Developer 
- Junosphere 
- Management 
- Routing 
- ScreenOS Firewalls (NOT SRX) 
- SRX Services Gateway 
- Training, Certification, and Career Topics 
- vMX 
- vSRX 
- Wireless LAN 
- Juniper Open Learning 
- Day One Books Archive 
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
JWEB on SRX1500 using junos 18.4 cannot open?
Hi all,
I just power on SRX1500 with upgraded junos using 18.4R1. But unfortunately jweb cannot open. On the host-inbound rule i already put permit all. I already restart jweb service but still same. It's look like certificate issue. Is it any specific browser or PR related to this junos version?
test@srx1500-node0> show configuration system services
ssh {
root-login deny;
}
xnm-clear-text;
netconf {
ssh;
}
dhcp-local-server {
group jdhcp-group {
interface ge-0/0/1.0;
}
}
web-management {
https {
system-generated-certificate;
interface fxp0.0;
}
}
Thanks and appreciate any feedback
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Hi,
Have you been able to enable web-management http to check if it works on http and is not a certificate issue?
If http also does not work, I would try to soft-reset the web-management process.
> restart web-management
Regards,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Hi kronicklez,
- Is there any specific reason why you suspect a cert issue?
- Can you take a pcap on your PC while connecting to the SRX in order to confirm is the problem is related to TCP or SSL?
- Can you try to connect via an interface different than the fxp0 and/or via http?
- Try deleting the web-management configuration, then try "commit full". The re-add the configuration and try again "commit full".
Kudos are appreciated too!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Hi epaniagua,
I'm already try using fxp and also normal interface. But still failed. Also try delete and add back then do commit full but still failed.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Please share the screenshot of the web page you are getting while trying to access jweb
Nellikka
JNCIE x3 (SEC #321; SP #2839; ENT #790)
Please Mark My Solution Accepted if it Helped, Kudos are Appreciated too!!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
[ Edited ]Hi Nellika,
As per requested:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Hi,
Do you have any proxy set in the browser? If yes, can you try without it?
Regards,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Please disable phone-home feature if it is enabled:
delete system phone-home
Nellikka
JNCIE x3 (SEC #321; SP #2839; ENT #790)
Please Mark My Solution Accepted if it Helped, Kudos are Appreciated too!!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
- Can you connect from a different PC?
- Try removing the interface specific command so that you can connect over any interface:
# delete system services web-management https interface fxp0.0
- Please confirm if the access works over http only.
- Can you clear the cookies in your browser and try a different browser as well.
Kudos are appreciated too!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Can you check/share "httpd.log" (> show log httpd.log) and see if there are any errors?
Can you also try changing the port number as below.
set system services web-management http port 8080
set system services web-management https port 4443
set system services web-management https system-generated-certificate
commit
then access jweb on these ports?
Suraj
Please Mark My Solution Accepted if it Helped, Kudos are Appreciated too
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Hi rsuraj,
Your method is work !!! ... Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: JWEB on SRX1500 using junos 18.4 cannot open?
Great, can you mark the suggestion as accepted solution please. I guess you marked your comment as solution.
Suraj
Please Mark My Solution Accepted if it Helped, Kudos are Appreciated too