Edge SWG (ProxySG) Admin Console fails to display various sections of the configuration (e.g. Advanced URLs, routing table):
This error may be observed if certificate used by Edge SWG (ProxySG) is not trusted by Management Center.
To resolve the issue we can either remove SSL Context configuration or use Context that does not have any CCL configured (e.g. https-console)
Global SSL Context configuration can be found under Administration -> Device Communications:
To verify whether SSL context is configured with CCL, you can use the following command:
MgmtCtr(config-ssl)# view ssl-context https-consoleName: https-consoleKeyring: defaultCCL: <None>Protocols: tlsv1.2Cipher suites: ecdhe-rsa-aes256-gcm-sha384 ecdhe-rsa-aes256-sha384 ecdhe-rsa-aes256-sha dhe-rsa-aes256-gcm-sha384 dhe-rsa-aes256-sha256 dhe-rsa-aes256-sha aes256-gcm-sha384 aes256-sha256 aes256-sha ecdhe-rsa-aes128-gcm-sha256 ecdhe-rsa-aes128-sha256 ecdhe-rsa-aes128-sha dhe-rsa-aes128-gcm-sha256 dhe-rsa-aes128-sha256 dhe-rsa-aes128-sha aes128-gcm-sha256 aes128-sha256 aes128-sha
NOTE: If CCL is set to <None> certificate trust will not be validated when Management Center is communicating with Edge SWG (ProxySG)