INFO: IE Does Not Display Signed CAB File Certificate

Last reviewed: January 29, 1998
Article ID: Q177179
The information in this article applies to:
  • SDK for Java, versions 1.51, 2.0
  • Microsoft Internet Explorer (Programming), versions 3.01, 3.02, 4.0

SUMMARY

There are several scenarios where Internet Explorer does not show a certificate for a signed CAB file. The following section describes those scenarios.

MORE INFORMATION

Here are the three most common reasons for this behavior:

  • If the cab file was signed using a test certificate, you must enable test certificates for the local machine; otherwise, the signature is not considered valid. You can do this by running the Wvtston.reg (SDK for Java 1.5x) or Setreg.exe (SDK for Java 2.0) file included with the code signing kit.
  • You have accepted a software publisher as "always trusted." To verify this, in Internet Explorer, go to view.Options.Security.Publishers to ensure the publisher does not appear in the list box. If so, you can use this dialog box to remove it.
  • If the client machine is running Microsoft Windows NT, the current user must have administrator privileges or have "Full Control" access to the following registry keys (and existing subkeys):

        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls
        HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinTrust
    

    These privileges can be granted by a user on the machine who has administrator privileges using Regedt32.exe. This requirement will be addressed in future versions of Internet Explorer.

    NOTE: If the certificate does not appear or you answer "no" to the certificate, the applet will still load but will not be trusted.

REFERENCES

For the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following page on the Microsoft Technical Support site:

   http://support.microsoft.com/support/visualj/
   http://support.microsoft.com/support/java/

Keywords          : JCab
Technology        : kbInetDev
Version           : WINDOWS:1.51,2.0,3.01,3.02,4.0
Platform          : WINDOWS
Issue type        : kbinfo


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 29, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.