On Sep 7, 2012, at 12:59 PM, mganss <[email protected]> wrote: > I'm calling an https web service from MonoDroid 4.2.5 and I'm getting the > same error as described in this bug: > https://bugzilla.xamarin.com/show_bug.cgi?id=6501 > - it used to work in earlier versions of MonoDroid (at least up to 4.2) with > the exact same code
Does that include any 4.2.x release? The relevant SSL code in AndroidEnvironment hasn't changed since 2011-11-16 until 2012-08-13 (after 4.2.5 was branched), and _most_ of the code hadn't changed since 2010-10-15 (i.e. a very long time ago). I have no idea why this would have ever worked for you if it started failing for you recently. :-/ Rephrased, that method has been broken for an eternity, and only just "happened" to work for some sites because the site returned the SSL certificates in the "correct" order. > - the certificate is at https://www.yopoly.de/ > > Is this supposed to be fixed in the current release? The stable 4.2.5 release does NOT contain the fix. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
