HP Webwise MPE/iX secure web server tutorial - April 2002

April 4, 2002
Solution Symposium
Page 47
hp e3000
webwise
secure web
server
sslrequire (optional)
Allow access only if an arbitrarily complex boolean
expression is true
SSLRequire ( %{SSL_CIPHER} !~
m/^(EXP|NULL)-/ and %{SSL_CLIENT_S_DN_O} eq
"Snake Oil, Ltd." and %{SSL_CLIENT_S_DN_OU}
in {"Staff", "CA", "Dev"} and %{TIME_WDAY} >=
1 and %{TIME_WDAY} <= 5 and %{TIME_HOUR} >= 8
and %{TIME_HOUR} <= 20) or %{REMOTE_ADDR} =~
m/^192\.76\.162\.[0-9]+$/