01-29-2025 11:34 AM
Has anyone ran into the issue whereby you can use the ASDM on an FPR1010 running asa software from the inside LAN and it works fine, but from outside, it connects but you get a password error? I see this on two different FPR units.
I could understand if it was just not connecting as this would be an issue with the device not setup for remote management. But it is setup and it does connect and it comes back with login failed. Enter username and password.
Units are current on their firmware.
Best,
-Troyb
01-29-2025 11:41 AM
Can I see aaa config in your ASA
MHM
01-29-2025 12:38 PM
aaa authentication http console LOCAL
aaa authentication ssh console LOCAL
aaa authentication login-history
There are aaa servers configured but are only used for VPN, Cisco duo and LDAP.
01-30-2025 12:28 PM
Share these
Show run http
Show asp table socket
Debug http 10 <<- this optional
Debug asdm history 10
Capture asdm interface outside match tcp host <asa ip> eq 443 <host ip>
MHM
01-29-2025 02:50 PM
hey can you double check if you have enable the http access and also enable at outside interface.
http server enable
http <outside-interface-IP> <subnet-mask> <outside-interface>
also I beleive you the problem you're describing, where ASDM works fine from the inside LAN but fails with a password error from the outside, is likely related to the management-access configuration so try this command
management-access inside
http server enable
http 0.0.0.0 0.0.0.0 outside
http 0.0.0.0 0.0.0.0 inside
if you still having issues in that case best is to collect the logs via debugs.
debug aaa authentication
debug webvpn 255
!
show logging
02-24-2025 12:09 PM
Sorry everyone for not replying sooner. Got a bit ill and taken out of service. So it would seem that after updating the firmware on an ASA5506X to the latest version also has created this same problem. Can authenticate from inside and from VPN, but can not authenticate from outside. The outside is permitted and was working before the update. It does connect but just gets a username/password error. I will be doing some debug captures later this week and can post them. But it would seem that password authentication broke with the latest version of the firmware/ASDM.
02-25-2025 12:02 PM - edited 02-25-2025 12:07 PM
prior to the upgrade it was working since you done the upgrade its stop working. what were the software of ASA version prior to upgrade and whats the version post upgrade?
also could you confirm you running ASA-5506X or FPR101?
02-25-2025 09:14 AM
Here is a datapoint. I was logged in via ASDM from an machine on the inside and watching the logs. Then while watching the logs, I attempted to connect to the same ASA from a machine on the outside that is in the ASDM allowed IP block with the same username and password that I am using with the one I am logged in with on the inside. It logged the reason as invalid password.
02-25-2025 12:13 PM
what is the ASDM version you on and what is the software ASA code running? show your configuration "show run all http"
02-25-2025 12:36 PM
On the only working FRP1010, we are running 9.14(2)15 with ASDM 7.14(1). On the FPR1010 units not working, they are running 9.18(4)40 or newer with ASDM 7.22(1). On the 5506x that stopped working after upgrade, it was running 9.8(4)25 and ASDM 7.10(1) and now it is running 9.16(4)76 and ASDM of 7.22(1).
02-25-2025 12:44 PM
ASA5506 is EOL/EOS interesting I noted on-ward 9.14 ASDM outside is not working in your case. have you tested doing SSH from outside interface just tying to narrow down the problem.
02-25-2025 12:49 PM
02-25-2025 12:55 PM
thats seem to be some bug behaviour. you can SSH same username and password but when using ASDM you have issue/s. Try using different ASDM version.
02-27-2025 03:27 PM
Okay, so here is what I was able to determine. The units (both FPR and 5506x) that are not working are resolved by turning off or removing from the config aaa authentication http console LOCAL resolves the issue. However the ones that were working and running earlier versions have those set and break ASDM if removed. This is the case for all FPR1010 and the 5506X except for one. We have one FPR1010 that is running version 9.16(3)23 and ASDM 7.19(1). This one if this setting is removed, can no longer connect at all via ASMD, not just get a password error.
So this looks like a bug where local authentication setting is reversed for ASDM authentication and is broken all together in the version of firmware or ASDM that is running on the one FPR1010 unit. I should note that SSH seems to work just fine with it enabled and breaks if you disable it, so no consistency in the code it would seem.
@troyb wrote:Has anyone ran into the issue whereby you can use the ASDM on an FPR1010 running asa software from the inside LAN and it works fine, but from outside, it connects but you get a password error? I see this on two different FPR units.
I could understand if it was just not connecting as this would be an issue with the device not setup for remote management. But it is setup and it does connect and it comes back with login failed. Enter username and password.
Units are current on their firmware.
Best,
-Troyb
02-27-2025 11:01 PM
If you have enabled SSL VPN on device, in that case, you cannot use ASDM to OUTSIDE interface as it uses same 443 port as VPN service.
to fix it, just issue the command - http server enable 8443
and in ASDM use vpn.company.com:8443
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