(CR #368276) Searching the published items of the Microsoft test UDDI produces errors indicating a trusted certificate was not found. The workaround for this problem is to install a trusted certificate as follows:
In Internet Explorer, enter the Microsoft test UDDI publish Web site URL
Double-click the lock icon at the bottom of the screen.
Click the Details tab.
Click the Copy to File... button.
Select the default format which is Distinguished Encoding Rules (DER)-encoded binary X.509(.CER).
Choose a file location and name.
At a Command prompt, run:
C:\j2sdk1.4.2_05\bin>keytool -import -file "C:\MSCert.cer" -trustcacerts -keystore C:\j2sdk1.4.2_05\jre\lib\security\cacerts
where C:\MSCert.cer is the file location and name of the exported certificate from the previous step.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |