You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/04/23 15:42:39 UTC

[Bug 56448] New: Implement a robust solution for client initiated SSL renegotiation with NIO

https://issues.apache.org/bugzilla/show_bug.cgi?id=56448

            Bug ID: 56448
           Summary: Implement a robust solution for client initiated SSL
                    renegotiation with NIO
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: markt@apache.org

The current implementation is believed to work:
- with BIO on all platforms
- with NIO on some platform / JVM combinations

This enhancement is to implement a robust solution for NIO on all platforms and
supported JVMs.

For background see:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391
org.apache.tomcat.util.net.TestSsl

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56448

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
NIO2 is failing intermittently on OSX. Seems fine on Linux and Windows so far.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56448

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
I looked at it, but I am still quite lost about why it works or fails.

I don't see how it could work with async IO (like Servlet 3.1). Even blocking
IO could (possibly) be doing concurrent read / write. Is it really mandatory to
have that capability ?

Could you reproduce a failure with NIO2 on some platforms ? It hasn't failed
for me, although the code is the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56448] Implement a robust solution for client initiated SSL renegotiation with NIO

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56448

Petr Sumbera <pe...@oracle.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petr.sumbera@oracle.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org