[
https://issues.apache.org/activemq/browse/CAMEL-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42206#action_42206
]
Gary Tully commented on CAMEL-409:
----------------------------------
Micky, yea, that is a far better idea than replicating all of the Ssl
attributes on JettyHttpComponent.
One thing to note is that in order for the jsse system properties to be picked
up by the SssSocketConnector, a call to the setter methods is required, hense
the default values of "" for the key and keystore passwords in the
JettyHttpComponent.
Without that we get the "no password" error.
Best may be to lazily initialize the SslSocketConnector and call the setters if
a user has not already provided an instance.
> working unit test required for HTTPS with the jetty component which works in
> maven
> ----------------------------------------------------------------------------------
>
> Key: CAMEL-409
> URL: https://issues.apache.org/activemq/browse/CAMEL-409
> Project: Apache Camel
> Issue Type: Sub-task
> Affects Versions: 1.3.0
> Reporter: James Strachan
> Assignee: Gary Tully
> Fix For: 1.4.0
>
> Attachments: camel-409.patch, camel-409.patch.plus,
> JettyHttpComponent.java, localhost.ks
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.