Add an "-xmpphost" option to s_client
authorCarlos Alberto Lopez Perez <clopez@igalia.com>
Mon, 6 Aug 2012 00:24:51 +0000 (02:24 +0200)
committerBen Laurie <ben@links.org>
Thu, 5 Sep 2013 16:24:56 +0000 (17:24 +0100)
commitb98af49d971e1dfe91c3aa52c31546e5d3eda2ee
tree6873a11bf4e051a723fc8ec1b06c3860ce9b67f1
parent50f307a98fcc982c6dbb1891577146c6c3949ad6
Add an "-xmpphost" option to s_client

 * Many XMPP servers are configured with multiple domains (virtual hosts)
 * In order to establish successfully the TLS connection you have to specify
   which virtual host you are trying to connect.
 * Test this, for example with ::
   * Fail:
       openssl s_client -connect talk.google.com:5222 -starttls xmpp
   * Works:
       openssl s_client -connect talk.google.com:5222 -starttls xmpp -xmpphost gmail.com
apps/s_client.c
doc/apps/s_client.pod