Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Michel_van_der_'s avatar
Michel_van_der_
Icon for Nimbostratus rankNimbostratus
Dec 12, 2003

Acceleration on load balancer?

Is there any way to find out whether an SSL accelerator is present?

2 Replies

  • One way to determine if the device is licensed for SSL Termination is to look for the "SSL Gateway" feature flag in the ITCMSystem::SystemInfo::get_product_info() results.

     

     

    You could also go into the ITCMLocalLB::Proxy method and try to execute a method (get_list() for instance). You can catch the SOAP Fault stating that the device is not licensed for this feature.

     

     

    -Joe