Forum Discussion
refra_151287
Cirrus
Aug 09, 2014SSL validation.
Hi all,
I need to validate certificate, username and password from local CA for requests from client to server, How can I do that by BIG-IP?
here i'll offload and the F5 will act as the server.
IheartF5_45022
Nacreous
Aug 09, 2014Do you mean validating a client cert? Try this iRule; https://devcentral.f5.com/wiki/irules.Validate_certificate_Common_Name_and_revocation.ashx
For username /password I will assume you are using an "Authorization" request header - this should work;-
when HTTP_REQUEST {
if {!([b64decode[getfield [HTTP::header Authorization] ' ' 2]] eq "username:password")} {
HTTP::respond 401
return
}
}
- refra_151287Aug 09, 2014
Cirrus
i really appreciate ur rapid response. Authorization request header, what does that mean?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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