Re: [Mono-devel-list] HTTPS Post

2005-06-17 Thread Jeff Tickle
/17/05, Jeff Tickle [EMAIL PROTECTED] wrote: Not sure if it's a bug or just my lack of understanding of security, but the fact is, this code works without fail in .NET, but not in Mono: using System; using System.IO; using System.Net; public class Test { public static void Main(string

Re: [Mono-devel-list] HTTPS Post

2005-06-17 Thread Jeff Tickle
trust all certificates. Works fine when I do that. -Jeff Jeff Tickle wrote: Sorry, here's the exception: System.Net.WebException: Not connected --- System.IO.IOException: The authentication or decryption has failed. in 0x001e1 Mono.Security.Protocol.Tls.SslClientStream:NegotiateHandshake