Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » switch communication from http to https
switch communication from http to https [message #1023717] Mon, 25 March 2013 01:50 Go to next message
Andreas Engler is currently offline Andreas EnglerFriend
Messages: 10
Registered: January 2013
Junior Member
Hello,

i just read about the possibility to use https for cummunication between client and server, but i did not find how to do that.

Perhaps it is just changing the port and providing certificates, but i'm not firm in that. So a how to would help.

Thanks
Re: switch communication from http to https [message #1023940 is a reply to message #1023717] Mon, 25 March 2013 14:03 Go to previous message
Judith Gull is currently offline Judith GullFriend
Messages: 75
Registered: February 2010
Member
Hi

The ssl connection is provided by the servlet container. E.g. for tomcat see
http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html.

On the client side you then need to update the server url in the config.ini such that it is pointing to the correct https url and port.

server.url=https://.../helloworld/process
Previous Topic:After executing LDAPExSecurityFilter, how to get at the Scout Client side user and passw.
Next Topic:SVN and Eclipse Scout
Goto Forum:
  


Current Time: Thu Mar 28 14:23:55 GMT 2024

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

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

Back to the top