Hello friends,
Due to sslv3 vulnerability. i would like to disable sslv3 on ASA 5505. will you please assist me to do it. Secondly i would like to know how can X frame option configure on it.
We are using web VPN on ASA 5505 firewall running 8.2.3 IOS.
Thank You..
Solved! Go to Solution.
You would need to allow TLS only-
ASA(config)# ssl client-version tlsv1-only
You would need to allow TLS only-
ASA(config)# ssl client-version tlsv1-only
Thank You Collin..