12-13-2012 07:54 PM
Hello,
I am having issue logging into my Cisco ASA 5505 ASDM interface. It prompts for a username and password but it will not authenticate. When I look at the http debug it tells me that authentication failed. I have tried with both username and password as well as with just a password. Please help, thanks.
12-13-2012 07:54 PM
I CAN login to the cli.
12-13-2012 08:28 PM
Has it ever worked?
Typically I wold look for a line like "aaa authentication http console LOCAL" in the configuration (assuming you are using local authentication). Basically you should match the line you have for "aaa ssh authentication..."
12-14-2012 03:26 AM
I don't know if it ever worked I have inherited the device. I beleive that I added that line to the config as I wanted to use the LOCAL database. When I use the launcher it prompts me twice to log in.
12-14-2012 04:44 AM
Just checked the config on my ASA's and the only commands I have for asdm access are:
http server enable xxxx
http x.x.x.x x.x.x.x inside
I also authenticate using a local account when using ASDM.
I would try removing 'aaa authentication http LOCAL' and see if that works.
HTH
Paul
12-14-2012 02:12 PM
How can i safely remove that without affecting my CLI access?
12-14-2012 02:58 PM
That command only affects ASDM access. It's not strictly necessary since by default ASDM (http access method) should fall back to LOCAL. (Reference)
If there is some other "aaa authentication http" command in your configuration that might give you problems if the other specified server group is unavailable.
If you could share your sanitized configuration with us, it would be much more productive than guessing what you may or may not have setup.
09-28-2017 08:52 AM
It appears a soulution was never provided. Though it's been many years since this thread, and with my inability to figure out how to post a new topic I would like to pursue an answer for this.
I am having the same issue, I am not able to login to ASDM. It will not accept my username and password. I am running asa842-8-k8 and asdm-645-206. Is there a compatibility issue with the asa842 image ? If yes then I have my answer, if not then I am will to post a sanitized copy of my config.
03-22-2018 10:20 AM
Can you verify the ASDM image on the flash is the same in the running config?
You can check, show run asdm
09-26-2019 02:42 PM - edited 09-26-2019 02:43 PM
Just ran into this scenario myself (can't login to ASDM, CAN login to SSH). I encountered this after an upgrade of both the ASA and ASDM. Given it had been working and assuming it wasn't an inherent problem with the new versions I'd loaded I started looking for inconsistencies and found it.
I'd upgraded the ASDM bin file and removed the old one thinking that would cause it to use the new one. It would have if I hadn't had an asdm image file specified in the configuration referencing the deleted bin. I resolved this by removing the ASDM image command from the configuration. This then resulted in the behavior I had anticipated... it used the latest (only) ASDM image on the system and I was back in business.
Specifically, I ran 'no asdm image' to relieve this self-inflicted pain.
07-28-2022 12:04 PM
Thank you friend.
That solved it for me.
"asav-lab(config)# no aaa authentication http console LOCAL"
09-22-2022 04:39 AM
Thank you so much
I was on ASA5555 and got a username and password error while accessing via ASDM after ASA upgrade. The CLI mode was working and run "asav-lab(config)# no aaa authentication http console LOCAL" then I got my access back.
05-10-2023 10:25 PM - edited 05-10-2023 10:52 PM
The change appears due to CSCvz92016, which associated with the security advisory https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-asaftd-mgmt-privesc-BMFMUvye
And documented at Configure HTTPS Access for ASDM, Other Clients
Also see CSCwb67583
07-20-2023 03:12 PM
it lets you login without credentials though.
i had same issue after going to the latest asdm.
when i put that command to remove the authentication for asdm i was able to launch without credentials.
the solution i found was to specify a port other than 443.
"http server enable 8443" for example
10-03-2019 01:14 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide