Forum Discussion
F5-Hopeful
Nimbostratus
Oct 30, 2019Changing SSL server profile with SSL::profile in SERVER_CONNECTED does not work
I'm trying to change an SSL server profile in SERVER_CONNECTED using a class lookup and a data group and the SSL::profile. The variable which selects the profile name from the data group logs succes...
F5-Hopeful
Nimbostratus
Oct 30, 2019here's the code...
when SERVER_CONNECTED priority 100 {
log local0. "SERVER_CONNECTED"
set var STRING
set server_profile [class lookup $var server_profile_dg]
log local0.debug "This is SERVER PROFILE. $server_profile"
SSL::profile $server_profile
}
when SERVER_CONNECTED priority 101 {
SSL::disable serverside
TCP::collect
}
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
