http://bugzilla.novell.com/show_bug.cgi?id=598908
http://bugzilla.novell.com/show_bug.cgi?id=598908#c7 Rick Gross <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CLOSED Resolution| |FIXED --- Comment #7 from Rick Gross <[email protected]> 2010-05-06 14:08:04 UTC --- Added the following line preceding the FTPWebRequest: ServicePointManager.ServerCertificateValidationCallback = (a, b, c, d) => { return true; }; Now all works well (if not a little slow, but that could be my server...) Thanks for all the help! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
