Monday, February 6, 2017

ASA ASDM Java Web Start problem

Today I was trying to install new ASA 5512-X I have Java installed on my CentOS 7 but when trying to enter `https://192.168.1.1/admin/public/index.html` for downloading ASDM this `web-message` appeared:
Tried sequence of below and succeded:
Right click on `Java Web Start is required to run ASDM, but it is not installed on this computer.` and select `Inspect`
left click on `display: none;>` (<div id="jws_installed" style="display: none;">) and change `none` to `inline`
left click on `isplay: inline;>` (<div id="jws_not_installed" style="display: inline;">) and change `inline` to `none`
Now we can see changed ASA `web-menu`:
Click on `Run ASDM`, then copy downloaded `asdm.jnlp` file into desired directory and that's it...

No comments:

Post a Comment