Here is what worked for me on a 64 bit Windows 7.
1. Make a copy of the cacerts file - from here: C:\Program Files (x86)\Business Objects\javasdk\jre\lib\security\.
2. Create a file in c: with Notepad named "VeriSign-Class 3-Public-Primary-Certification-Authority-G5.pem" by copying and pasting all the text found at this link: http://www.symantec.com/content/en/us/enterprise/verisign/roots/VeriSign-Class%203-Public-Primary-Certification-Authorit…
3. Go to Start and run cmd.exe.
4. Enter these three commands one at a time. Copy the line from here, then do a right mouse click paste in the cmd window. Press Enter after each command
cd c:\
cd C:\Program Files (x86)\Business Objects\javasdk\jre\bin
If you are using 32 bit, you will need to change the Program Files folder name - remove the (x86) in the command below.
keytool -storepass changeit -import -keystore "C:\Program Files (x86)\Business Objects\javasdk\jre\lib\security\cacerts" -file "C:\VeriSign-Class 3-Public-Primary-Certification-Authority-G5.pem"
Answer 'yes' to the question.
Done.