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
Assuming you're the issuer of the cet, I think you'd want something like this:
when HTTP_REQUEST {
if { [SSL::cert issuer] eq "your_company" } {
pool appropriate_ssl_pool
} else {
HTTP::redirect "http://www.your-chosen-redirect-domain.com"
}
} Hope this helps,
-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