cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to launch SC using HTTPS from the remote admin page

Nina_Makkonen
Employee
Employee

Symptom

When running the System Configurator (SC) from the Remote Administration Tools, the jnlp file fails to load. This happens because the Remote Administration Tools uses HTTP protocol and SC uses HTTPS (Secure Socket). The SC log shows:

 

com.sun.deploy.net.FailedDownloadException:Failed to load resource:

http://[host ip]:[PORT]/remoteadmin/sc.jnlp

at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)...

 

The limitation is in the installation media and what it writes to the sc.jnlp file.

<jnlp spec="1.0+" codebase="

http://<web_address>:<http_port>/remoteadmin" href="sc.jnlp

">

 

Solution

 

  1. Manually edit the jnlp file to change the protocol to HTTPS and port 443.
    This is located under the Virtual Unit (VU) where the Remote Administration Tool package has been installed in the  <VU>/web/remoteadmin folder.
  2. Recreate the client certificate by adding "KeyUsage = 0xa0" to the inf file.
  3. Replace the certificate and restart the VU.

 

Note

All manual changes are overwritten in updates.

0 REPLIES 0