[
https://issues.apache.org/activemq/browse/CAMEL-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52680#action_52680
]
Jonathan Anstey commented on CAMEL-1787:
----------------------------------------
Just tested and committed your addition Stan. Thanks!
> Add SSL support to camel-irc
> ----------------------------
>
> Key: CAMEL-1787
> URL: https://issues.apache.org/activemq/browse/CAMEL-1787
> Project: Apache Camel
> Issue Type: New Feature
> Reporter: Stan Lewis
> Fix For: 2.0.0
>
> Attachments: patch.txt
>
>
> Am attaching a patch that adds SSL support to camel-irc for connecting to
> SSL-enabled IRC servers. Unfortunately I haven't tracked down a public IRC
> server that's SSL enabled to add a test for this but have tested here a bunch
> against a private IRC server. The URI format is like:
> ircs://<username>:server:6667/#channel
> By default the component will use
> [SSLDefaultTrustManager|http://moepii.sourceforge.net/irclib/javadoc/org/schwering/irc/lib/ssl/SSLDefaultTrustManager.html]
> but I've added in another parameter so you can pass ?trustManagerClass and
> specify a class that implements
> [SSLTrustManager|http://moepii.sourceforge.net/irclib/javadoc/org/schwering/irc/lib/ssl/SSLTrustManager.html]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.