[Bug 3461] Cannot run HP ILO4 remote console application

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Dec 27 09:40:26 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3461

--- Comment #26 from JiriVanek <jvanek at redhat.com> ---
Can the reproducer be made more direct?
 - jnlp file is invlaid (have private ip included)
 - can it be rune mitmproxy-less?
   - I think yes, as  it loaded for me, with python -m SimpleHTTPServer after
     * copying jnlp into server
     * changing https://10... to http://localhost:8000
   - Can it be done https-less?
     - I think no, as it dies for me in app itself [1] after `sh
~/icedtea-web-image/bin/javaws.sh  http://localhost:8000/iLO-jirc.jnlp
`
     - I will try with pyth's https wrapper later


[1]
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
    at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710)
    at sun.security.ssl.InputRecord.read(InputRecord.java:527)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
    at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
    at
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
    at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
    at
sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
    at com.hp.ilo2.intgapp.jsonparser.getJSONRequest(jsonparser.java:185)
    at com.hp.ilo2.intgapp.intgapp.init(intgapp.java:105)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20181227/ad8cc02e/attachment.html>


More information about the distro-pkg-dev mailing list