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, 2005This is what I have
when HTTP_REQUEST {
if { [SSL:Thawte Server CA:] eq "Thawte Server CA" } {
pool secure.sitename.com
} else {
HTTP::redirect "http://www.your-chosen-redirect-domain.com"
}
}
It gives the following error.
01070151:3: Rule [_require_cert_sites] error:
line 2: [undefined procedure: SSL:Thawte] [SSL:Thawte Server CA:]
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