diff options
author | Carlos Alberto Lopez Perez <clopez@igalia.com> | 2012-08-06 02:24:51 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2013-09-05 17:24:56 +0100 |
commit | b98af49d971e1dfe91c3aa52c31546e5d3eda2ee (patch) | |
tree | 6873a11bf4e051a723fc8ec1b06c3860ce9b67f1 /apps/ca.c | |
parent | 50f307a98fcc982c6dbb1891577146c6c3949ad6 (diff) | |
download | openssl-new-b98af49d971e1dfe91c3aa52c31546e5d3eda2ee.tar.gz |
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
Diffstat (limited to 'apps/ca.c')
0 files changed, 0 insertions, 0 deletions