Forum Discussion
Dan_DeVlieger
Nimbostratus
6 years agoiRule for Setting Server Side SSL
The iRule below is working for the most part, the setting of the server side SSL profile is the section that is failing we are getting SSL errors upon connecting. This error occurs whether we apply t...
6 years ago
Hi Dan DeVlieger,
You shouldn't use "set" command before ssl::disable, ssl::enable and ssl::profile.
when SERVER_CONNECTED {
if { $CALL_SERVERSIDE_SSL == 1 } {
log local0. "Setting Serverside SSL $CALL_SERVERSIDE_SSL"
SSL::enable
SSL::profile TEST-SERVERSIDE-SSL-PROFILE
}
else {
log local0. "Not using Serverside SSL $CALL_SERVERSIDE_SSL"
SSL::disable
}
}Dan_DeVlieger
Nimbostratus
6 years agoThank you very much this resolved the issue we were having
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