06-13-2023 06:23 AM
I used to be able to launch ASDM on a particular 5505 but now i cannot. Tried from a PC that has never had ASDM installed, and when i https to the site it says:
"This site can’t provide a secure connection
194.33.13.168 uses an unsupported protocol.
Solved! Go to Solution.
06-26-2023 09:35 AM
ASDM uses SSL/TLS, not ssh. So focus on that.
As the AI response suggested, your device manager 6.4(5) is very old. It will not present a set of SSL/TLS ciphers that a default modern installation of Java will support.
If you do not have access to a newer ASDM to download and use, then you would need to modify your client's Java library to accept the older insecure SSL ciphers that the old ASDM version supports. There's a thread response I wrote on that several years ago.
https://community.cisco.com/t5/network-security/can-t-log-into-the-asdm-anymore/td-p/3022633
06-22-2023 02:49 AM
06-26-2023 09:25 AM
Hello,
We will need show tech output to get more details.
you can check these things
1. Verify your license status. if its not registered, you can try re registering ( https://www.cisco.com/c/en/us/td/docs/security/firepower/quick_start/fp2100/firepower-2100-gsg/asa-appliance.html#task_gw4_tp5_rhb )
2.
The firewall ASA at newer version images started to default their SSH server side configuration to use key-exhange group 'diffie-hellman-group14-sha256'. In previous versions, the SSH server on ASA defaults to 'dh-group14-sha1' and this is still configurable in your newer version of ASA.
This will make PuTTY or SecureCRT to work. Only different different is that group14 sha256 in diffie-hellman provides stronger negotiation. Putty, SecureCRT clients can be customized to use 'diffie-hellman-group14-sha256' as well, but that is more of a client related configuration. In sum, you can either make Putty, secureCRT clients to use dh-group14-sha256 or set the SSH server on ASA to use dh-group14-sha1.
Here are steps to change the SSH server on ASA from dh-group14-sha256 to group-14-sha1.
To see the ASA ssh server config issue below command on CLI.
show run ssh
As an example
ssh stricthostkeycheck
ssh timeout 5
ssh version 2
ssh key-exchange group dh-group14-sha256
Here is a list of other possible confiration on ssh key-exchange group
(config)# ssh key-ex group ?
configure mode commands/options:
dh-group1-sha1 Diffie-Hellman group 2
dh-group14-sha1 Diffie-Hellman group-14-sha1
dh-group14-sha256 Diffie-Hellman group-14-sha256
(config)# ssh key-ex group dh-group14-sha1
(config)# write memory
if you still cant find error, maybe reach out to TAC and they will be able to check show tech and find error.
-----------------------------------------
If you find my reply solved your question or issue, kindly click the 'Accept as Solution' button and vote it as helpful.
You can also learn more about Secure Firewall (formerly known as NGFW) through our live Ask the Experts (ATXs) session. Check out Cisco Network Security ATXs Resources [https://community.cisco.com/t5/security-knowledge-base/cisco-network-security-ask-the-experts-resources/ta-p/4416493] to view the latest schedule for upcoming sessions, as well as the useful references, e.g. online guides, FAQs.
-----------------------------------------
Regards
Divya Jain
06-26-2023 09:35 AM
ASDM uses SSL/TLS, not ssh. So focus on that.
As the AI response suggested, your device manager 6.4(5) is very old. It will not present a set of SSL/TLS ciphers that a default modern installation of Java will support.
If you do not have access to a newer ASDM to download and use, then you would need to modify your client's Java library to accept the older insecure SSL ciphers that the old ASDM version supports. There's a thread response I wrote on that several years ago.
https://community.cisco.com/t5/network-security/can-t-log-into-the-asdm-anymore/td-p/3022633
07-06-2023 07:27 AM
Thank you Marvin and Divya! I will try these in the near future and update with the results here.
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