Example for HTTPS Inspection:
First you'll want to know if your R77.30 is at the latest Jumbo Hotfix Take.
Just check it on your firewall gateway within expert mode via: installed_jumbo_take
Then you'll want to know which cipher suites are actually configured, to check this, just enter:
cat /opt/CPshrd-R77/registry/HKLM_registry.data | grep -i cptls
:CPTLS_ACCEPT_ECDHE (1)
:CPTLS_PROPOSE_ECDHE (1)
You notice that ECDH P-384 elliptic curve ciphers are not available to your gateway yet
so you follow the instructions from sk110883 and sk112954.
Final result:
cat /opt/CPshrd-R77/registry/HKLM_registry.data | grep -i cptls
:CPTLS_ACCEPT_ECDHE (1)
:CPTLS_PROPOSE_ECDHE (1)
:CPTLS_RI_AS_CLIENT_EXT (1)
:CPTLS_EC_P384 (1)
All required cipher suites are now available to your gateway
and you can enjoy surfing HTTPS websites without any issues related to P-384.