Community
Participate
Working Groups
Build Identifier: I have included the eclipse help system via webapp plugin in my RAP application. All works fine accessing the help via http-access. Using https an SSLException will be thrown: 2012-01-19 15:20:40.422:WARN::EXCEPTION javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(Unknown Source) at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Un known Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Sou rce) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Sou rce) at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSo cketConnector.java:675) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.j ava:582) Is this a bug or my mistake? Reproducible: Always
Problem solved. The URL calling help has to resolve the protocol and the port to use https. Protocol wasn't paid attention.