For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

atoth's avatar
atoth
Icon for Cirrus rankCirrus
Mar 02, 2017

http to http without a 30x redirect?

Sorry, question should say http to https without a 30x redirect.   when HTTP_Request { if set usessl 1 } else { set usessl 0 } } when Server_Connected { if { $usessl == 1 } { ssl::profile } el...