[Mono-bugs] [Bug 598908] Error in FTP EnableSsl
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 6 10:08:05 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=598908
http://bugzilla.novell.com/show_bug.cgi?id=598908#c7
Rick Gross <rickgross at mac.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |CLOSED
Resolution| |FIXED
--- Comment #7 from Rick Gross <rickgross at mac.com> 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.
More information about the mono-bugs
mailing list