Forum Discussion
dimka___104021
Nimbostratus
Jun 15, 2006http redirect to https
Hi,
I have set up VS with ssl on port 441. If client accesses http://192.168.3.3:441/ how can i redirect him to SSL VS https://192.168.3.3:441/ ?
tia,
Hello Mustphabassim,
- You have to create pool for high speed logging
- create irule logs client ip, virtual server ip, server, etc ... mapping with high speed logs pool
- applied this irules to virtual server
MustphaBassim
Cirrus
Apr 22, 2024Hello Dear
what do mean by high speed logs pool ? and do have an idea about this irule since i tried many irules but no like for that
Bests
Hi Mustphabassim,
Yes, its's HSL Pool, Please try step below,
Step1 Create Syslog Pool
Step2 Create this irule below
when CLIENT_ACCEPTED
{ set hsl [HSL::open -proto UDP -pool syslog_server_pool]
}
HTTP_REQUEST {
HSL::send $hsl "<190> [IP::client_addr]:[TCP::client_port]->[IP::local_addr]:[TCP::local_port]; [HTTP::host][HTTP::uri]"
}
Step3 Apply to virtual server