| Summary: | Eclipse help system not usable via https | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Uwe Peuker <news> |
| Component: | Demo | Assignee: | Project Inbox <rap-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Problem solved. The URL calling help has to resolve the protocol and the port to use https. Protocol wasn't paid attention. |
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