For When You Can't Have The Real Thing
[ start | index | login ]
start > Cisco > ASA > 8.6 > Can't Run ASDM On New ASA

Can't Run ASDM On New ASA

Created by dave. Last edited by dave, 10 years and 277 days ago. Viewed 5,211 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
(2013-07-05)

Problem

Brand-new out-of-box ASA (5512 in my case) won't permit the ASDM to run. Error is:

Unable to load resource: https://192.168.1.1/admin/public/startup.jnlp

Solution

What is probably happening is the SSL Cipher settings on your browser are not permitting the SSL ciphers being served up by the ASA. Enable more modern ciphers on the ASA with this console command:

ciscoasa# conf t
ciscoasa(config)# ssl encryption rc4-sha1 aes128-sha1 aes256-sha1 3des-sha1
ciscoasa(config)# exit

...and try again.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt