cancel
Showing results for 
Search instead for 
Did you mean: 

LSO Learning Solutions

Former Member
0 Kudos

Hello,

We are running Portal 7.0 SPS14 and using LSO 3.0. and backend system ECC is NW04 ECC Basis 640 SPS18 APPL 5.0 SPS 14 etc.

Our Portal and ECC are setup with SSL.

From the portal we launch an LSO training test and a popup message comes up. u201CThis page contains both secure and nonsecure items.

We have configured LSO for https URLs. I used http watch and found the following code that uses http://java.sun.com/products/plugin/autodl/jinstall-1.4.2-window-i586.cab#Version-1,4,0,0.

How do I resolve the http vs https to stop the popup from showing? Is there a patch or do we have to change the code or is there an alternate method to fix?

<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"

width="1" height="1" name="testplayer"

codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,0,0">

<param name="code" value="com.sap.hcm.ls.test.testplayer.TestApplet">

<param name="archive" value="testplayer.jar">

<param name="type" value="application/x-java-applet;jpi-version=1.4.0">

<param name="scriptable" value="true">

<param name="mayscript" value="true">

<param name="propfile" value="testplayer.properties">

<comment>

Thanks,

Dave

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

We had an SAP consultant Jason Siesko come onsite and he had us go to /usr/sap/<SID>/JC00/j2ee/cluster/server*/apps/sap.com/com.sap.hcm.ls.webapps/servlet_jsp/lms/root/testplayer/TestPlayerApplet.html

in the file the java sun site was pointing to http. I saved off the original ifle and I changed the http refererence to https in the file. That fixed our issue for this problem.