Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369129 - Eclipse help system not usable via https
Summary: Eclipse help system not usable via https
Status: CLOSED INVALID
Alias: None
Product: RAP
Classification: RT
Component: Demo (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 13:25 EST by Uwe Peuker CLA
Modified: 2012-01-20 15:49 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Peuker CLA 2012-01-19 13:25:12 EST
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
Comment 1 Uwe Peuker CLA 2012-01-20 15:49:49 EST
Problem solved.

The URL calling help has to resolve the protocol and the port to use https.
Protocol wasn't  paid attention.