Forum Discussion
Maria_Ramirez_5
Nimbostratus
Feb 03, 2007HOW TO ASSOCIATE TWO SSL PROFILES TO A VIRTUAL SERVER
Hello,
I am María Ramírez, Presales Security Engineer of a reseller company called DIMENSION DATA.
I have a client who has a virtual server which has associated a ssl profile. This prof...
kykong_107132
Nimbostratus
Feb 04, 2007Hi Maria,
you can use irule to bind a single virtual with 2 ssl profile using SSL::profile command. Below is one of the example, happy trying.
when HTTP_REQUEST {
if { [HTTP::host] contains "ahorron.com" } {
SSL::profile ahorron_profile
}
elseif { [HTTP::host ] contains "test.com"} {
SSL::profile test_profile
}
}
regards,
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