Forum Discussion
Scott_82463
May 26, 2011Nimbostratus
HTTPS Request?
I'm trying to configure an iRule on a dev F5 device that uses HTTP_REQUEST, but the virtual machine where the F5 is installed doesn't accept HTTP traffic, only HTTPS requests. Are there iRules that d...
hooleylist
Jun 01, 2011Cirrostratus
Hi Scott,
Sorry, I missed your last reply. You can connect to the LTM VE command line using Putty. You can get the virtual server name from the command line using:
grep -C 2 1.1.1.1 /config/bigip.conf
Example:
grep -C 2 10.1.0.16 /config/bigip.conf
virtual www_example_com_vs {
snat automap
destination 10.1.0.16:443
ip protocol 6
profiles {
--
}
virtual www_example_com_vs_redirect {
destination 10.1.0.16:80
ip protocol 6
rules http_header_rule
You can also download the bigip.conf file from the LTM to your desktop using WinSCP. Use the same credentials as you do for logging in via the command line.
Aaron
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