Try OpenEdge Now
skip to main content
Administration
Web Services Adapter Administration : Configuring a Web Services Adapter Installation : Enabling the WSA for HTTPS client connections
 

Enabling the WSA for HTTPS client connections

OpenEdge supports Secure Socket Layer (SSL)-enabled communications between the Web server where the WSA runs and a Web service client. To achieve this, you must enable the WSA for HTTPS (SSL) connections.
Note: The procedure that follows pertains to the security of communication between the client application and the WSA. To enable SSL communication between the WSA and the AppServer, you must obtain and install public key certificates for the WSA host machine and complete separate configuration procedures for each deployed service and for the AppServer. See Security considerations for Web service administration for more information.
To enable the WSA for SSL:
1. Obtain a private key and a Web server digital certificate.
2. Enable and configure the Web server for SSL support.
This includes installing the Web server digital certificate in the Web server. For more information, see the Web server documentation.
3. Using a text editor, modify the web.xml file for the WSA as follows:
In the <security-context> element for WSA administration, located in the <transport-guarantee> element, change the value from NONE to CONFIDENTIAL.
Note: For more information on web.xml, see WSA administration architecture.
4. Using a text editor, edit the ubroker.properties file to set the WSA URL (value of the wsaUrl property) to use the HTTPS protocol (instead of HTTP).