Forum Discussion
noje_224243
Nimbostratus
10 years agoiRule rejects connections but there is no reject command
Hi all,
We have a VS with several SSL sites. There is an iRule which looks like:
when SERVER_CONNECTED {
if { $doSSL == 1 }{
SSL::profile Server-profile1 }
elseif { $doS...