[Mono-bugs] [Bug 457120] New: System.Net.Security.SslStream' s AuthenticateAsServer hangs

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Dec 7 15:30:47 EST 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: paszczi at go2.pl
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list