Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Sockets : Implementing ABL socket security : Configuring SSL servers and clients : Configuring SSL clients
 
Configuring SSL clients
For an SSL client, you must have installed a public key certificate that allows the client to authenticate and encrypt communications with a specific SSL server that it connects to. You can obtain the required public key certificate for a given SSL server from the CA that issued the server's private key. Once you have the public key certificate, you can install it on your client system using the certutil command-line tool provided by OpenEdge. At this point your ABL socket client is ready to make an SSL connection to an SSL server.
For more information on OpenEdge SSL support, public key certificates, and using certutil, see OpenEdge Getting Started: Core Business Services - Security and Auditing.