Forum Discussion

jaiAdityaSingla's avatar
jaiAdityaSingla
Icon for Nimbostratus rankNimbostratus
Jan 28, 2016

Check the VS port to determine if connection is SSL or not, help me to fix it

when CLIENT_ACCEPTED {   Check the VS port to determine if connection is SSL or not switch [TCP::local_port] { "443" { set proto "https" } default { set proto "http" ...