Forum Discussion
ahmed_elsayed
Oct 27, 2021Altostratus
virtual server with two service or more
i have one web server behind the big-ip which applied on it variety services , I need to access web application from outside as below : when write HTTP://abc.com forward traffic to normal web ...
ahmed_elsayed
Oct 28, 2021Altostratus
may you please give me any tshoot steps to ensure that the service 2003 its work fine on the backend server
- Oct 28, 2021
Hi ahmed,
You can get packet capture and analyze it
tcpdump -nn -i any:nnnp -s0 -w /shared/tmp/2003.pcap host <vs-ip> and port 2003
Could the cpanel 2003 port be working with ssl?
- ahmed_elsayedOct 28, 2021Altostratus
yes Cpanel working with ssl through 2003
- Oct 28, 2021
Can you add server ssl profile to the virtual server and try this iRule?
when HTTP_REQUEST { if { [HTTP::host] ne "abc.com:2003" } { SSL::disable serverside } }
When you access cpanel from http://abc.com:2003, if it redirects to https, you will need to 2nd 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