Forum Discussion
Satyanarayana_B
Nimbostratus
Feb 24, 2014client and server ssl
Hi i'm using clien ssl with wildcart certification and 20 url's pointed same ip, i'm using irules to divert the traffic based on uri,
now i want to use server ssl with same virtual server for on...
Thomas_Gobet
Nimbostratus
Feb 24, 2014Hi,
As server side SSL are not in the same event that client side ones, you have to define a flag to set or not server side ssl utilisation.
Here is an example :
when HTTP_REQUEST {
switch [string tolower [HTTP::uri]] {
"/nossl" {
pool abc_pool_https
}
"/serverside" {
set doSSL 1
pool xyz_pool
}
}
}
when SERVER_CONNECTED {
if { $doSSL == 1 }{
SSL::enable serverside
SSL::profile your_SSL_Wilcard_Serverside
}
}
- Satyanarayana_BFeb 24, 2014
Nimbostratus
i need to configure multiple irules and map to same virtual server? - Satyanarayana_BFeb 25, 2014
Nimbostratus
do we need install any additional license for server ssl?
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