-
Bug
-
Resolution: Fixed
-
P2
-
None
Here is the original report:
======
The site we build that uses JavaFX runs over 'https':
However the html (or rather 'php' page) that loads javafx uses 'http':
http://dl.javafx.com/1.2/dtfx.js
Because of this, IE8 (on Windows XP) produces the following warning popup:
Do you want to view only the webpage content that was delivered securely?
This webpage contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire webpage.
[ More info ] [ Yes ] [ No ]
When pressing 'Yes', JavaFx won't load.
The debug sessions complains:
Error: Object expected
and points to:
javafx(
in
<script type="text/javascript">
javafx(
{
I've tried loading 'dtfx.js' over https, but that doesn't work
https://dl.javafx.com/1.2/dtfx.js
Do you have another URL that will load 'dtfx.js' over ssl?
We're using JavaFX 1.2 .
========
We need to provide solution for such users.
======
The site we build that uses JavaFX runs over 'https':
However the html (or rather 'php' page) that loads javafx uses 'http':
http://dl.javafx.com/1.2/dtfx.js
Because of this, IE8 (on Windows XP) produces the following warning popup:
Do you want to view only the webpage content that was delivered securely?
This webpage contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire webpage.
[ More info ] [ Yes ] [ No ]
When pressing 'Yes', JavaFx won't load.
The debug sessions complains:
Error: Object expected
and points to:
javafx(
in
<script type="text/javascript">
javafx(
{
I've tried loading 'dtfx.js' over https, but that doesn't work
https://dl.javafx.com/1.2/dtfx.js
Do you have another URL that will load 'dtfx.js' over ssl?
We're using JavaFX 1.2 .
========
We need to provide solution for such users.