Forum Discussion
Dan_DeVlieger
Nimbostratus
Sep 19, 2019iRule 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...
Sep 19, 2019
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_DeVliegerSep 24, 2019
Nimbostratus
Thank 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
