Forum Discussion
Banny_Lau_10257
Nimbostratus
Jun 22, 2005Any Solution
I am sorry that I am newbie for writing IP rule and configuring BIGIPv9.1. Could anyone help me the following:
Could you have any solution about configuring SSL Client Au...
Banny_Lau_10257
Nimbostratus
Jun 24, 2005
I wrote the following rule set, but it is not stable! Sometimes I access the https:///manual/ with IE that No Certificate Authentication Dialog box and displayed "The page cannot be displayed". Sometime it seems that Authentication Succeeded with BIGIP, but it also displays "The page cannot be displayed". Sometimes, the page can display without problem. Could you tell me how to solve the problem and what did it happen? Could you suggest any solution? Thanks a lot !
when HTTP_REQUEST {
if { [HTTP::uri] eq "/manual/" } {
SSL::cert mode require
log LOCAL0.warn "Requiring certificate and Renegotiate..."
log LOCAL0.warn "Set Authenticate always and depth 9..."
SSL::authenticate always
SSL::authenticate depth 9
SSL::renegotiate
} else {
SSL::cert mode ignore
log LOCAL0. "Other Pages"
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
