Forum Discussion
James_Ramsey_10
Nimbostratus
Oct 20, 2005Certiicate Required
I would like to create a public website, but require one of the company ssl certs to load the site. Does anyone have any examples on how to do this.
Here is an example.
I want to ...
Colin_Walker_12
Oct 20, 2005Historic F5 Account
Well, first of all, the rule is a little off. Try this:
when HTTP_REQUEST {
if { [SSL::cert issuer] eq "Thawte Server CA" } {
pool secure.sitename.com
} else {
HTTP::redirect "http://www.your-chosen-redirect-domain.com"
}
}Second, what information in the cert is it that you want to use to identify whether or not the client has the right cert installed?
Thanks,
-Colin
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