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 go to https://place.company.com. I want to check to make sure the user has the cert installed on his local machine and then load the site. IF the user doesn't have the cert, I want to send him to a different UI.
Thanks for the help.
5 Replies
Sort By
- Colin_Walker_12Historic F5 AccountAssuming 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" } }
- James_Ramsey_10
Nimbostratus
This is what I have - Colin_Walker_12Historic F5 AccountWell, 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" } }
- James_Ramsey_10
Nimbostratus
Here is what i am bascily looking for. - James_Ramsey_10
Nimbostratus
I am not sure what part of the certificate I Should look for. I got the rule to work with no errors, but the site will not load with the cert installed.. Any other ideas?
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