GitHub user valdar opened a pull request: https://github.com/apache/camel/pull/557
Added support for SSL connection encryption through secured URL option Added support to SSL encrypted connections to iSeries systems. The jt400 library provide a connection pool with 2 different methods: - getConnection() - getSecureConnection() Using a camel uri option (secured=true or secured=false; default to false) is possible to toggle between the two type of connections. Jt400 library relay on underlying JVM trust cert store to establish the secure connection. You can merge this pull request into a Git repository by running: $ git pull https://github.com/valdar/camel jt400SSL Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/557.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #557 ---- commit b31226ceccfd377460578eb9f02d3f4cfd27200b Author: Andrea Tarocchi <ataro...@redhat.com> Date: 2015-07-07T23:14:19Z Added support for SSL connection encryption through secured URL option ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---