PCI Compliancy and disabling des,rc4 and 3des

Options
Ncarbon
Ncarbon Posts: 13  Freshman Member
First Anniversary First Comment
edited April 2021 in Security
To remove the use of RC4 and DES ciphers run the following commands:
Router#configure terminal
Router(config)# no ip http secure-server cipher-suite rc4
Router(config)# no ip http secure-server cipher-suite des
Router(config)# show ip http server secure status

this does not seem to work  I end up with 

Router(config)# show ip http server secure status
active               : yes
port                 : 443
certificate          : default
force redirect       : yes
authentication client: no
strong cipher suite  : yes
cipher suite         : rc4 aes des 3des
ssl protocol         : tls1.2

All Replies

Security Highlight