Forum Discussion

BJ_114988's avatar
BJ_114988
Icon for Nimbostratus rankNimbostratus
Jun 10, 2015

httpd??? Does anybody know what below config does?

Does anybody know what below config does?

 

httpd { allow { "All" "10.154.25.0/255.255.255.224" "10.154.31.192/255.255.255.192" "10.154.2.131" "10.155.2.131" "10.154.2.148" "172.31.0.0" "255.255.255.0" "10.154.2.9" "255.255.255.255" } sslciphersuite "ALL:!ADH:!SSLv2:!EXPORT40:!EXP:!LOW" }

 

1 Reply

  • it seems to allow access to the configuration UI from several subnets (and "All") and restrict use of particular SSL cipher/protocol.