(SOL16520) Known IssueThe SSL::disable and SSL::enable iRule commands may cause connections to reset.This issue occurs when the following condition is met:An iRule configuration includes the SSL::enable command immediately after the SSL::disable command, similar to the following example: ltm rule /Common/test_ssl_rule { when HTTP_REQUEST { SSL::disable serverside if { [HTTP::uri] starts_with /ssl } { SSL::enable serverside } } }ImpactConnections may be intermitt
↧