Forum Post: RE: REST SSL problem

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
Tomcat can be configured as a generic application server/web server where you could deploy your OpenEdge as well as any other Java web applications. In order to just access the applications deployed inside the tomcat server through HTTPS then just modifying the web.xml to enable SSL connector should be sufficient. But in the case of REST Adapter, the web application which is a REST Service here acts a client and for it to communicate with the OpenEdge Appserver over a AppserverDC/AppserverDCS protocol it has to have the ability to configure a client certificate that could do a secure connection with the OpenEdge Appserver.

Continue reading...
 
Status
Not open for further replies.
Back
Top