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...