Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Rap (jetty server) ---> https connection how to
Rap (jetty server) ---> https connection how to [message #136544] Wed, 17 June 2009 08:37 Go to next message
vijay is currently offline vijayFriend
Messages: 22
Registered: July 2009
Junior Member
Hi guys,

my problem i have an RCP application which connects to a https app server
at port 8001

I have converted this RCP app to RAP app my making all the dependency
changes and commenting all the incompatible code(SWT)

Now the problem is i connect to the jetty server using http and the jetty
connects to the app server using https and says certificate not found
although in muy machine
the certificate is installed(the jetty is running on my machine)

How can i resolve this issue....

and also what if i want to connect to jtty using https and want to forward
the same certificate info to the https app server???

any help in terms of giving direction via links will also be appreciated...
Re: Rap (jetty server) ---> https connection how to [message #136557 is a reply to message #136544] Wed, 17 June 2009 12:22 Go to previous messageGo to next message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi,
your probleme is rather related to Jetty than to RAP. I found this link
when googling, maybe it helps...
http://www.eclipsezone.com/eclipse/forums/t97206.html

Regards,
Stefan.

vijay schrieb:
> Hi guys,
>
> my problem i have an RCP application which connects to a https app
> server at port 8001
>
> I have converted this RCP app to RAP app my making all the dependency
> changes and commenting all the incompatible code(SWT)
>
> Now the problem is i connect to the jetty server using http and the
> jetty connects to the app server using https and says certificate not
> found although in muy machine
> the certificate is installed(the jetty is running on my machine)
>
> How can i resolve this issue....
>
> and also what if i want to connect to jtty using https and want to
> forward the same certificate info to the https app server???
>
> any help in terms of giving direction via links will also be appreciated...
>
Re: Rap (jetty server) ---> https connection how to [message #136652 is a reply to message #136544] Wed, 17 June 2009 17:41 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi,

The RAP FAQ has a section on using HTTPS with Jetty:

http://wiki.eclipse.org/RAP/FAQ#How_can_I_test_my_applicatio n_with_HTTPS.3F

Ralf

vijay wrote:
> Hi guys,
>
> my problem i have an RCP application which connects to a https app
> server at port 8001
>
> I have converted this RCP app to RAP app my making all the dependency
> changes and commenting all the incompatible code(SWT)
>
> Now the problem is i connect to the jetty server using http and the
> jetty connects to the app server using https and says certificate not
> found although in muy machine
> the certificate is installed(the jetty is running on my machine)
>
> How can i resolve this issue....
>
> and also what if i want to connect to jtty using https and want to
> forward the same certificate info to the https app server???
>
> any help in terms of giving direction via links will also be appreciated...
>
Re: Rap (jetty server) ---> https connection how to [message #136697 is a reply to message #136652] Thu, 18 June 2009 07:52 Go to previous messageGo to next message
vijay is currently offline vijayFriend
Messages: 22
Registered: July 2009
Junior Member
First of all thanks


All the solutions suggested are for connecting to jetty server,

what i want is from jetty server i have to connect to another https server
which needs a certificate to be installed...

and what if i want to forward the certificate info from jetty to another
server..
i.e if i connect to jetty using https using all the link info provided,
i need to forward the same cert info to the other https server....



Ralf Sternberg wrote:

> Hi,

> The RAP FAQ has a section on using HTTPS with Jetty:

> http://wiki.eclipse.org/RAP/FAQ#How_can_I_test_my_applicatio n_with_HTTPS.3F

> Ralf

> vijay wrote:
>> Hi guys,
>>
>> my problem i have an RCP application which connects to a https app
>> server at port 8001
>>
>> I have converted this RCP app to RAP app my making all the dependency
>> changes and commenting all the incompatible code(SWT)
>>
>> Now the problem is i connect to the jetty server using http and the
>> jetty connects to the app server using https and says certificate not
>> found although in muy machine
>> the certificate is installed(the jetty is running on my machine)
>>
>> How can i resolve this issue....
>>
>> and also what if i want to connect to jtty using https and want to
>> forward the same certificate info to the https app server???
>>
>> any help in terms of giving direction via links will also be appreciated...
>>
Re: Rap (jetty server) ---> https connection how to [message #136843 is a reply to message #136557] Thu, 18 June 2009 11:55 Go to previous message
vijay is currently offline vijayFriend
Messages: 22
Registered: July 2009
Junior Member
First of all thanks


All the solutions suggested are for connecting to jetty server,

what i want is from jetty server i have to connect to another https server
which needs a certificate to be installed...

and what if i want to forward the certificate info from jetty to another
server..
i.e if i connect to jetty using https using all the link info provided,
i need to forward the same cert info to the other https server....

Stefan Roeck wrote:

> Hi,
> your probleme is rather related to Jetty than to RAP. I found this link
> when googling, maybe it helps...
> http://www.eclipsezone.com/eclipse/forums/t97206.html

> Regards,
> Stefan.

> vijay schrieb:
>> Hi guys,
>>
>> my problem i have an RCP application which connects to a https app
>> server at port 8001
>>
>> I have converted this RCP app to RAP app my making all the dependency
>> changes and commenting all the incompatible code(SWT)
>>
>> Now the problem is i connect to the jetty server using http and the
>> jetty connects to the app server using https and says certificate not
>> found although in muy machine
>> the certificate is installed(the jetty is running on my machine)
>>
>> How can i resolve this issue....
>>
>> and also what if i want to connect to jtty using https and want to
>> forward the same certificate info to the https app server???
>>
>> any help in terms of giving direction via links will also be appreciated...
>>
Previous Topic:Bug in Table.getColumnOrder() when after moving a column
Next Topic:org.eclipse.swt.EventUtil.suspendEventHandling();
Goto Forum:
  


Current Time: Wed Apr 24 20:52:15 GMT 2024

Powered by FUDForum. Page generated in 0.03117 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top