You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "swati.gour" <sw...@gmail.com> on 2014/05/09 14:04:41 UTC

Problem with configuring camel-mina2 component for TLS endpoint

Hi All,I am using camel mina2 component for routing and I am facing an issue
when I am configuring Mina2 endpoint with secure port. Following is the
configured
URI:mina2:tcp://localhost:secure_port?codec=#Hl7Codec&sync=false&sslContextParameters=#sslContextParameters*I
am not able to invoke the Mina2 endpoint with SSLClient if the Client mode
is set to true*, so if I set useClientMode flag to false and start the
SSLClient, handshake is happening. Client sends its certificates and is
authenticated by server but *server doesn't send its certificates for
authentication which should be sent*. Is there any flag required to be set
to let server send its credentials to client for handshake?Please let me
know where am I going wrong?Thanks,Swati



--
View this message in context: http://camel.465427.n5.nabble.com/Problem-with-configuring-camel-mina2-component-for-TLS-endpoint-tp5750963.html
Sent from the Camel - Users mailing list archive at Nabble.com.