Software AG Products 10.5 | Administering Integration Server | Configuring Integration Server for Secure Communication | Anatomy of an Integration Server SSL Connection | Integration Server and SSL Connection Type
 
Integration Server and SSL Connection Type
The types of SSL connection referred to above are termed one-way and two-way SSL authentication:
*In a one-way SSL connection, an anonymous client authenticates the credentials of a server in preparation for setting up a secure transaction. In most cases, the server knows nothing about the client's identity because verification of its credentials is not required. When desired, however the client can be authenticated by means such as basic username/password.
This type of authentication typifies connections where a browser establishes a connection to an Internet server to perform a secure transaction (for example, viewing a savings account, or buying items with a credit card). The client must authenticate the server's credentials before initiating the transaction, but it is not necessary (nor would it be practical) for the server to authenticate and keep a record of every possible client (browser).
For Integration Server, this type of connection is typically one where a partner application or resource needs to verify the authenticity of the Integration Server without itself needing to be authenticated.
*In a two-way SSL connection, both client and server must authenticate each other's credentials before an SSL connection is established and information can be exchanged.
Unlike a one-way SSL connection, both Integration Server and the partner application or resource require access to each other's SSL certificates in order to authenticate each other, establish an SSL connection, and transmit information. Compared to a one-way connection, a two-way SSL connection provides a much higher level of security.