[ 
https://issues.apache.org/jira/browse/CAMEL-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681998#comment-13681998
 ] 

Willem Jiang commented on CAMEL-6453:
-------------------------------------

Now, you could use the message header "CamelNettySSLSession" to look up the 
SSLSession instance just like this
{code}
SSLSession session = exchange.getIn().getHeader("CamelNettySSLSession", 
SSLSession.class);
{code}
                
> Put the SSLSession instance into message header
> -----------------------------------------------
>
>                 Key: CAMEL-6453
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6453
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-netty
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.12.0
>
>
> It could be useful for the customer to access the SSL Authentication 
> information in the camel route by looking up the SSLSession instance from the 
> message header.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to