2017-03-10 3 views
1

ich die unten Fehlermeldung anzeigt, wenn DownloadFileAction in Auto-UpdateInstall4j Md5Checker: konnte nicht md5sums

[INFO] com.install4j.runtime.beans.actions.net.DownloadFileAction [ID 63]: Started action at 2017-03-09T14:09:55 
     Execute action 
     Property checkForMd5Sums: true 
     Property retryIfInterrupted: true 
     Property dontAskForRetry: true 
     Property showFileName: true 
     Property showProgress: true 
     Property md5Url: 
     Property targetFile: C:\Windows\system32\config\systemprofile\Documents\xx_Windows_1_6_1.exe 
     Property deleteOnExit: false 
     Property rollbackSupported: false 
     Property showError: true 
     Property connectTimeout: 10000 
     Property readTimeout: 20000 
     Property askForProxy: true 
     Property connectionFailureScript: null 
     Property acceptAllCertificates: true 
     Property requestHeaders: [] 
     Property url: https://10.1.0.142:8080/download/dc/xx_Windows_1_6_1.exe 
     Backing up C:\Windows\system32\config\systemprofile\Documents\xx_Windows_1_6_1.exe 
     Download: https://10.15.0.142:8080/download/dc/xx_Windows_1_6_1.exe to C:\Windows\system32\config\systemprofile\Documents\xx_Windows_1_6_1.exe; size: 250728960 bytes 
[ERROR] com.install4j.runtime.installer.helper.content.Md5Checker: could not get md5sums 
[ERROR] com.install4j.runtime.beans.actions.net.DownloadFileAction [ID 63]: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names matching IP address 10.15.0.142 found 
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names matching IP address 10.15.0.142 found 
    at sun.security.ssl.Alerts.getSSLException(Unknown Source) 
    at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) 

Bitte leitet mich die Ausführung die Ausnahme zu lösen.

Antwort

0

Dies ist ein Fehler in install4j 6.1.5, der in 6.1.6 behoben wird. Bitte kontaktieren Sie [email protected], um einen Build zu erhalten, bei dem dies bereits behoben ist.

Verwandte Themen