Forum Discussion

  • 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