I just tested this on a Windows XP VM I booted up... Assuming you have already updated your vCO Server with a certificate that has a CN matching the FQDN, then here's what you need to do on the WM server (Windows based):
- Stop your WM services
- export a copy of your certificate from the vCO server using a browser ( I used Firefox pointed at https://<my vco server>:8281/
- (your path may vary here) Import the certificate to the cacerts keystore on the WM server, on my Windows machine, this was done as follows:
c:\Program Files\WaveMaker\6.5.2.Release\jdk-1.6.0_24\jre\bin\keytool.exe -import -alias vco51.vcoteam.lab -file "C:\Documents and Settings\Administrator\My Documents\Downloads\vco51.vcoteam.lab.crt" -storepass changeit -keystore "C:\Program Files\WaveMaker\6.5.2.Release\jdk-1.6.0_24\jre\lib\security\cacerts"
when I was prompted to accept the fingerprints, I typed "yes" and hit <ENTER>, then received:
Certificate was added to keystore
Next, I started my WM Services again and tried to import the SOAP webservice: SUCCESS.