cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
277
Views
0
Helpful
1
Replies

IDS access at port 80

NAVIN PARWAL
Level 2
Level 2

Folks,

Can i access my ids at port 80?

when i run the setup and specify port 80, it does not do anything for me, do i need to do anything else?

1 Reply 1

marcabal
Cisco Employee
Cisco Employee

By setting it to port 80 the web server is now running on port 80, but tls (https) is still enabled.

To access the sensor you would have to use:

https://:80

If you also want tls to be disabled so everything is in clear text (no encryption) then you would need to execut the following commands:

conf t

service web-server

enable-tls false

exit

And answer "yes" when asked to apply the changes.

Then you can access the sensor with just:

http://

Review Cisco Networking products for a $25 gift card