12-15-2014 07:38 PM - edited 03-07-2019 09:54 PM
Hi Everyone,
i an trying to https to 3750 switch using firefox below is error message
Firefox cannot guarantee the safety of your data on 10.0.0.4 because it uses SSLv3, a broken security protocol.
Advanced info: ssl_error_no_cypher_overlap
Learn More…
ip http secure-server ---- is configured on 3750.
i checked config on 3750 switch it does not show if sslv3 is enabled.
is there any command i can use to check ssl config on 3750 switch?
Regards
Mahesh
Solved! Go to Solution.
12-16-2014 05:10 AM
Hi Mahesh,
Try running nmap against your switch: http://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html
nmap --script ssl-enum-ciphers -p 443 <switch_name>
There is an open Cisco bug for this vulnerabilty:
https://tools.cisco.com/bugsearch/bug/CSCur23656
...which implies that this vulnerabilty is not fixed in any version of IOS!? If you are concerned, use the CLI and drop the HTTP(S) access.
cheers,
Seb.
12-18-2014 02:13 PM
Hi Mahesh,
you will need to run nmap from a PC. It is pretty standed *nix CLI tool, but they have released a GUI for it; zenmap:
http://nmap.org/zenmap/
...which offers all of the functionality and avoids the clunky command prompt if you're a windows users!
Please rate helpful posts.
cheers,
Seb.
12-16-2014 05:10 AM
Hi Mahesh,
Try running nmap against your switch: http://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html
nmap --script ssl-enum-ciphers -p 443 <switch_name>
There is an open Cisco bug for this vulnerabilty:
https://tools.cisco.com/bugsearch/bug/CSCur23656
...which implies that this vulnerabilty is not fixed in any version of IOS!? If you are concerned, use the CLI and drop the HTTP(S) access.
cheers,
Seb.
12-18-2014 07:44 AM
Hi Seb,
I never run nmap before so i have to ask few questions
To run nmap on switch can i do this from my PC ?
Can it be gui bases or command prompt?
Do i need to download namp software first if yes from which website should i do this?
Regards
Mahesh
12-18-2014 02:13 PM
Hi Mahesh,
you will need to run nmap from a PC. It is pretty standed *nix CLI tool, but they have released a GUI for it; zenmap:
http://nmap.org/zenmap/
...which offers all of the functionality and avoids the clunky command prompt if you're a windows users!
Please rate helpful posts.
cheers,
Seb.
12-20-2014 07:19 AM
Hi Seb,
I was able to download and run the nmap via gui version.
It's pretty good tool for network people to use.
Regards
MAhesh
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