Kbase P163118: How to enable SSL communication between WSA and AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/5/2010 |
|
Status: Unverified
GOAL:
How to enable SSL communication between WSA and AppServer
GOAL:
Can WSA make SSL connections to AppServer?
GOAL:
How to do SSL between WSA and AppServer?
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
FIX:
1. Enable AppServer for SSL client connections by adding sslEnable=1 in ubroker.properties under appserver section.
Once enabled for SSL client connections the AppServer will not accept non-SSL connections any longer. Use AppserverS protocol to connect to this AppServer.
2. Change the appServiceProtocol from AppServer to AppserverS in the <wsname>.props file of each deployed WebService on WSA. See <webapps>/wsa/wsa1 directory.
3. Restart the JSE hosting the WSA