Do not use SSL_V2_COMPATIBLE_HELLO by default
authorMilan Crha <mcrha@redhat.com>
Wed, 20 Feb 2013 12:48:54 +0000 (13:48 +0100)
committerMilan Crha <mcrha@redhat.com>
Wed, 20 Feb 2013 12:51:03 +0000 (13:51 +0100)
commitb1a5cb02bc7412abc6ba3da29dd0f4eaed0c77e0
tree17f6fc9f86d2856229ec5430ea1db7be5eac181d
parent34e87fc7e70b7611402a401f50c5e9c534b4d850
Do not use SSL_V2_COMPATIBLE_HELLO by default

Zarafa server with disabled SSL v2 rejects connection when
SSL v2 compatible hello is sent, thus disabled this by default.
After all, SSL v3 should be used in general these days anyway.

Use environment variable CAMEL_SSL_V2_HELLO=1 in case your server
requires the old behavior.
camel/camel-tcp-stream-ssl.c