P
Peter Judge
Guest
There’s currently no support for client certs in the ABL (for sockets, which is what the HTTP client uses). The httpURL, if it’s an HTTPS url, will try to use a cert from the OE cert store in $DLC/certs . It picks it up automatically.From the Help on the socket’s Connect() method Note: Connect ions to an SSL-enabled server socket require the management of public keys on the client (SSL client) and private keys on the server (SSL server). For ABL sockets, the SSL client is the ABL session initiating the SSL connect ion on a socket object and the SSL server is the ABL session enabling SSL connect ions on a server socket object. For information on using SSL to secure an ABL socket connect ion, see the sections on sockets in OpenEdge Development: Programming Interfaces . For more information on SSL and managing private key and digital certificate stores for OpenEdge SSL clients and servers, see OpenEdge Getting Started: Core Business Services - Security and Auditing .
Continue reading...
Continue reading...