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 ...
James_Ramsey_10
Nimbostratus
Oct 20, 2005Here is what i am bascily looking for.
I have a site, its called https://csr.sitename.com. This is a public site, but I only want users that have one of our certs installed to load the site.
I though I could create a rule to check to see if the browser has the cert, and if it does allow the user to see the site, and if not, send them elsewhere.
Here is what I have from your last post.
when HTTP_REQUEST {
if { [SSL::cert issuer] eq "Thawte Server CA" } {
pool secure.sitename.com
} else {
HTTP::redirect "http://www.yahoo.com" }
}
I recevie the following error.
01070151:3: Rule [_require_cert_sites] error:
line 2: [wrong args] [SSL::cert issuer]
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