Document ID: SX122019/ Created On: May 18, 2015/ Updated On: May 18, 2015
Author: Smartx



Symptoms:

The AppSense console load slowly when internet connection is not available.



Cause:

When assemblies are Authenticode signed they need to verified, when the CA certificate is not present on the same machine the verification requires internet access. If the machine does not have internet access, the operation might timeout waiting to connect.



Solution

Edit the Management Console configuration file located at the following path:
(e.g for the Management Center C:\Program Files\AppSense\Management Center\Console\ManagementConsole.exe.config).



Verify the existence of the runtime section as last in the configuration section:



<configuration>

              …

    <runtime>

        <generatePublisherEvidence enabled="false"/>

    </runtime>

</configuration>

 



Applies to



Fixed on