The EdgeSight console uses IIS and .NET which in turn uses built-in Certificate Revocation List (CRL) checking when generating Publisher Evidence for Code Access Security (CAS). When validating the certificate the server walks the chain of Certificates and tries to download the Certificate Revocation List from the internet.
If the computer cannot connect to the internet (timeout, delay, proxy auth, not allowed to etc) this delays the console.
To remove CRL checking add the following to your ASPNET.CONFIG or APP.CONFIG file:
<generatePublisherEvidence enabled="false"/>
ASPNET.CONFIG file is in the following folder.
c:\Windows\Microsoft.NET\Framework64\v2.0.50727
This is what yours should look like:
Open the server management to restart IIS services or restart the server.
Thanks to http://blazetechnical.net/2014/06/edgesight-web-interface-aspnet/ for the tip.
No comments:
Post a Comment