lsalas
06-16-2008, 11:09 PM
You may receive this message when trying to load Secure FTP Applet using a secure HTTPS connection. To resolve this issue edit the source code of your HTML page that is loading the applet.
Replace any references to "http:" with "https:"
For Example:
In the HTML code for loading the applet change:
http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,2,0
to
https://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,2,0
and change
http://java.sun.com/products/plugin/index.html#download
to
https://java.sun.com/products/plugin/index.html#download
Replace any references to "http:" with "https:"
For Example:
In the HTML code for loading the applet change:
http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,2,0
to
https://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,2,0
and change
http://java.sun.com/products/plugin/index.html#download
to
https://java.sun.com/products/plugin/index.html#download