Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8108891

support https access to the dl.javafx.com

XMLWordPrintable

      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.

            ngthomas Thomas Ng (Inactive)
            igor Igor Nekrestyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: