Forum Discussion
Mohammed_Moin_2
Oct 02, 2018Nimbostratus
HTTPS virtual server with custom TCP port
Hi,
How to configure a HTTPS virtual server with custom TCP port
Example: https://abc.com:8872
Snl
Oct 02, 2018Cirrostratus
Please try below and let us know how it goes
1) Create SSL Client profile with allowing Non-SSL Connections ( You need to modify default config)
2) Create VIP with 8872 port and use SSL client profile
3) Configure below iRule
when HTTP_REQUEST {
if { [URI::protocol [HTTP::uri]] eq "http" } {
HTTP::redirect https://[getfield [HTTP::host] ":" 1]:[TCP::local_port][HTTP::uri] }
}
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