Forum Discussion
carter91_13591
Feb 26, 2010Nimbostratus
SSL over port 8080
I have a web server that has two sites running on it. One on port 80, and the other on port 8080.
I have a 3 virtual servers created on the F5. One for port 80, one for port 8080, and ...
nitass
May 01, 2013Employee
Just to reiterate: I want to access https://10.10.10.10:9089. This is working without LTMisn't 10.10.10.10 virtual server address? why do you say it works without ltm??
If I remove the irule which is the redirect that contains the port 9089.i think you may not need the irule. have you ever tried not using it?
e.g.
ltm virtual HTTPS-TEST-Virtual-Server {
destination 10.10.10.10:9089
fallback-persistence source_addr
ip-protocol tcp
mask 255.255.255.255
persist {
cookie {
default yes
}
}
pool HTTPS-TEST-Pool
profiles {
Client_Profile {
context clientside
}
server_side_profile {
context serverside
}
http { }
tcp-lan-optimized {
context serverside
}
tcp-wan-optimized {
context clientside
}
}
}
ltm pool HTTPS-TEST-Pool {
members {
9.9.9.9:9089 {
session monitor-enabled
}
9.9.9.10:9089 {
session monitor-enabled
}
}
monitor min 1 of { https }
}
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