Forum Discussion
mgamez_60648
Nimbostratus
Aug 30, 2013How to obtain ssl client profile from a virtual server?
There does not seem to be a get_ssl_profile or something similar under LocalLB.VirtualServer. Does anyone know how to get the profile name that is assigned to a VIP?
3 Replies
- Kevin_Davies_40
Nacreous
LocalLB.VirtualServer.get_profile is the one you are looking for. It will list all profiles assigned to that virtual.
- Docaposte
Nimbostratus
PHP sample code - Example
$wsdlVS="https://$hostname/iControl/iControlPortal.cgi?WSDL=LocalLB.VirtualServer"; $client = new SoapClient($wsdlVS,array('location'=>$location,'login'=>$username,'password'=>$password)); $virtual_list=$client->get_list(); $virtual_profile=$client->get_profile($virtual_list); // raw result table display print_r($virtual_profil); - Srivignesh_1217
Nimbostratus
LocalLB.VirtualServer.get_profile works... In case of SSL profile, following will be the type : PROFILE_TYPE_CLIENT_SSL
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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