[Mono-bugs] [Bug 327310] New: Mono reports wrong exception when there is no certificate

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 21 15:32:07 EDT 2007


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

           Summary: Mono reports wrong exception when there is no
                    certificate
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: x86
        OS/Version: SuSE Linux 10.1
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: m.majchrowicz at gmail.com
         QAContact: mono-bugs at ximian.com
          Found By: Other


just doing this:
when run as root:
rm /root/.config/.mono/certs/ -R
gmcs ./test.cs
mono test.cs 
After about 50 seconds you get this:
nhandled Exception: System.Net.WebException: The request timed out
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult)
[0x00000] 
  at System.Net.HttpWebRequest.GetResponse () [0x00000] 
  at test.MainClass.Main (System.String[] args) [0x00000] 

And the request didn't time out. Mono just didn't accept the cert it doesn't
know.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list