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,
hidnt_36310
Nimbostratus
Feb 20, 2009Sorry,
I was my stupid mistake. Instead using port 22 I typed port 21 (ftp).
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
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects