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

ASF GitHub Bot commented on JAMES-2657:
---------------------------------------

GitHub user randymo opened a pull request:

    https://github.com/apache/james-project/pull/148

    JAMES-2657: SSLEngine and SslHandler unaware of remote ip and port

    add remoteaddress ip and port, if available, to SSLEngine and SslHandler
    
    if the channel is connected, ie has a remote connection, I add it to the 
SSLEngine before passing it to the SslHandler.
    
    We added this logic to our jamse SMTP server to be able to provide 
different certs based on ip.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/randymo/james-project master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/james-project/pull/148.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 #148
    
----
commit 462a4bae5c8317317e3a194b07ae8a8e9010a8e9
Author: randymo <randal.modowski@...>
Date:   2019-02-03T16:24:12Z

    add remoteaddress ip and port, if available, to SSLEngine and SslHandler

----


> SSLEngine and SslHandler unaware of remote ip and port
> ------------------------------------------------------
>
>                 Key: JAMES-2657
>                 URL: https://issues.apache.org/jira/browse/JAMES-2657
>             Project: James Server
>          Issue Type: Bug
>            Reporter: Randymo
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Our team uses the remote ip of the connect to determine the ssl cert we use 
> for the connection. We had to make changes on our end to make that accessible 
> to us at the level we needed it. It would be nice if James did this 
> automatically itself.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to