Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369129

Summary: Eclipse help system not usable via https
Product: [RT] RAP Reporter: Uwe Peuker <news>
Component: DemoAssignee: Project Inbox <rap-inbox>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.