Sunday, 11 January 2015

Oracle Enterprise Manager Web Error - Certificate Error

Once Oracle 11g database installed, enterprise manager sometimes cannot open and shows the certificate error.

If there is any option to install certificates, you can install

otherwise, issue the below command

certutil -setreg chain\EnableWeakSignatureFlags 8

Then the internet explorer will open.

C:\>certutil -setreg chain\EnableWeakSignatureFlags 8
HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\OID\EncodingType 0\CertDllCreateCertificateChainEngine\Config\EnableWeakSignatureFlags:
New Value:
  EnableWeakSignatureFlags REG_DWORD = 8
    CERT_CHAIN_ENABLE_ONLY_WEAK_LOGGING_FLAG -- 8
CertUtil: -setreg command completed successfully.
The CertSvc service may need to be restarted for changes to take effect.

No comments:

Post a Comment