Forum Discussion
Raghu_Nair_7463
Mar 23, 2012Nimbostratus
Hi,
Is there any way to get all the SSL virtual IPs ? This way we will get all Vitual IPs and associated ports. But is there any way to get all SSL configured virtual IPs ?
One way could be get_profile() and loop through the VirtualServerProfileAttribute and if profile_type is PROFILE_TYPE_CLIENT_SSL then that virtualServer has SSL configured.
Is this the right approach ?
Thanks,
Raghu