Results 1 to 3 of 3

Thread: Digital Certificates

  1. #1
    jharriot is offline Registered User
    Name: John Harriott
    Organization: BAE Systems
    Project: P3 Mid Life Upgrade
    Join Date
    Mar 2007
    Posts
    30

    Digital Certificates

    Hi,

    We are currently using Ice 3.3.1 running on Windows XP SP3.

    When we initially started using Ice in our applications we noticed the apps took a long time to load. We believe this was a consequence of the .NET framework attempting to download the Certificate Revocation List (CRL) and verify the code signed assemblies. Since our environment has no connection to the internet, this action eventually times out. We overcame the problem by modifying HKU.Software.Microsoft.Windows.CurrentVersion.WinT rust.TrustProviders.SoftwarePublishing.State = 23e00 (as part of our application installer).

    This approach seems a bit of a hack. Is there a better way of dealing with this?

    A couple of days ago we rebuilt a PC and reinstalled our applications. However the app running on the rebuilt PC appears to get stuck in the WaitingForActivation state when started by IceGrid.

    I suspect the problem is something to do with authentication of Ice. Startup of the app gives up after ~15sec (which smells like CRL download timeout)This is puzzling since our installer modifies the registry to disable download of the CRL. Perhaps there is something else we have overlooked. Is there a way to determine if .NET is attempting a CRL download?

    Cheers John

  2. #2
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruņa, Spain
    Posts
    588
    Hi,

    You can disable Signature Verification in the application configuration file
    <configuration>
    <runtime>
    <generatepublisherevidence enabled="false" />
    </runtime>
    </configuration>
    see MSDN blog

  3. #3
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi John,

    We also have a FAQ entry on this topic: http://www.zeroc.com/faq/slowDotNetStart.html

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. IceTouch and client certificates
    By grembo in forum Help Center
    Replies: 2
    Last Post: 12-30-2010, 09:27 AM
  2. IceSSL without certificates in Java
    By tctimmeh in forum Help Center
    Replies: 2
    Last Post: 11-04-2009, 02:46 PM
  3. Replies: 0
    Last Post: 12-31-2005, 11:43 AM
  4. SSL Certificates expiring?
    By rhochmuth in forum Help Center
    Replies: 1
    Last Post: 02-23-2005, 11:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •