Forum Discussion
Angelo
Aug 23, 2012Nimbostratus
problem on https and http on vs
Hi i have a VS with allot of custom things on it SSL offloading on the F5 this i ned to figure our how i'm gonna get this to work on http and https. client side everything is https and serv...
nitass
Aug 24, 2012Employee
e.g.
[root@ve10:Active] config b virtual bar list
virtual bar {
translate service enable
snat automap
pool foo
destination 172.28.19.79:any
ip protocol 6
rules myrule
profiles {
clientssl {
clientside
}
tcp {}
}
}
[root@ve10:Active] config b pool foo list
pool foo {
members 200.200.200.101:80 {}
}
[root@ve10:Active] config b rule myrule list
rule myrule {
when CLIENT_ACCEPTED {
switch [TCP::local_port] {
80 { SSL::disable clientside }
443 { }
default { reject }
}
}
}
[root@ve10:Active] config curl -I http://172.28.19.79
HTTP/1.1 200 OK
Date: Fri, 24 Aug 2012 05:22:17 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Fri, 11 Nov 2011 14:48:14 GMT
ETag: "4183e4-3e-9c564780"
Accept-Ranges: bytes
Content-Length: 62
Content-Type: text/html; charset=UTF-8
[root@ve10:Active] config curl -Ik https://172.28.19.79
HTTP/1.1 200 OK
Date: Fri, 24 Aug 2012 05:22:22 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Fri, 11 Nov 2011 14:48:14 GMT
ETag: "4183e4-3e-9c564780"
Accept-Ranges: bytes
Content-Length: 62
Content-Type: text/html; charset=UTF-8
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