04-10-2013 08:30 AM - edited 03-11-2019 06:26 PM
I'm trying to access our ASA 5512-X via the Management port, but the address https://192.168.1.1/admin can't be displayed.
Any ideas on how I can fix this?
Thanks.
Solved! Go to Solution.
04-10-2013 11:13 AM
You have to be on configuration mode
config te
ssl encryption aes128-sha1 3des-sha1
04-10-2013 09:43 AM
Hello,
Have you configured HTTPS access via that interface?
Regards
04-10-2013 09:56 AM
I just took it out of the box and connected a computer to it and tried what the instructions listed.
04-10-2013 09:59 AM
Okay,
It's your computer on the same subnet than the ASA?
Do you have a console cable that you could use to connect to the box
04-10-2013 10:08 AM
The computer got an IP from the firewall:
192.168.1.3
Subnet: 255.255.255.0
DHCP: 192.168.1.1 (firewall)
04-10-2013 10:13 AM
Hello Michael,
Okay, got it. That's good,
It might be a problem with the SSL certificate or trustpoint being provided by the ASA
Can you connect via console to the box so I can provide you some commands?
04-10-2013 10:31 AM
I have the console cable connected...how do I interface with it?
04-10-2013 10:42 AM
http://www.freeccnaworkbook.com/workbooks/ccna/connecting-to-a-cisco-device-via-console
04-10-2013 10:44 AM
I found a program and am currently connected to it. Please let me know which commands I should run.
04-10-2013 10:57 AM
Show SSL
Provide the results
04-10-2013 11:03 AM
Accept connections using SSLv2, SSLv3, or TLSv1 and negotiate to SSLv3 or TLSv1
Start connections using SSLv3 and negotiate to SSLv3 or TLSv1
Enabled cipher order: des-sha1
Disabled ciphers: 3des-sha1 rc4-md5 rc4-sha1 aes128-sha1 aes256-sha1 null-sha1
No SSL trust-points configured
Certificate authentication is not enabled
04-10-2013 11:06 AM
Add the following to make it work
ssl encryption aes128-sha1 3des-sha1
04-10-2013 11:12 AM
Error: % Invalid input detected at '^' marker:
ssl (under the l in ssl)
^
04-10-2013 11:13 AM
You have to be on configuration mode
config te
ssl encryption aes128-sha1 3des-sha1
04-10-2013 11:34 AM
Woo hoo!!! It works!!
Thank you so much for your help with this!!! It is truly appreciated.
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