Other Security APIs, Tools, and Issues - Server to Server 2 way SSL

Has anyone any links or experience with 2 way SSL for Server to Server? Web Server A to Web Server B for web services.The norm is Server to Client.Any help is appreciated. Thanks!
[200 byte] By [Marvelousa] at [2007-11-26 23:20:23]
# 1
The only possibility is server to client. One of your servers has to listen passively, which makes it a TCP or SSL server, and the other one has to initiate the connection, which makes it a TCP or SSL client. But that doesn't stop it being a server from other points of view.
ejpa at 2007-7-10 14:23:47 > top of Java-index,Security,Other Security APIs, Tools, and Issues...