https://bugzilla.novell.com/show_bug.cgi?id=457120


           Summary: System.Net.Security.SslStream's AuthenticateAsServer
                    hangs
           Product: Mono: Class Libraries
           Version: 2.0.x
          Platform: x86
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Client -> Server connection. In the tested environment the initial connection
is made using plaintext communication (NetworkStream), when specific message is
received SslStream is created on the top of the existing stream and further
communication is done via secured channel. The authentication process requires
both server and client to authenticate with their certificates. Call to the
AuthenticateAsServer on the server side hangs and doesn't exit. Tested
framework combinations:

Client(.Net) -> Server(.Net) - works
Client(Mono) -> Server(.Net) - works
Client(Mono) -> Server(Mono) - doesn't work
Client(.NET) -> Server(Mono) - doesn't work

The issue is present on Windows Vista as well as out production environment,
which is Debian.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to