Without any cross domain in silverlight, I can't to my HTTPS web service. In Winform and in WPF it works with ServicePointManager.ServerCertificateValidationCallback += ServerCertificateValidationCallback;
But this callback doesn't exist in silverlight beta1.
Can you say me if in beta 2 we can use this HTTPS Web Service, and for socket port if we can call 80 and support ssl socket ?
Regards,
Alexandre
--
Please mark the posts as answers if they help and unmark if they don't.
http://www.hera.cc
heralight
Member
49 Points
30 Posts
Re: Silverlight 2.0 Secure Webservices SSL failed (without cross domain call) but works in WPF
Apr 16, 2008 08:48 AM | LINK
I Have same problem,
Without any cross domain in silverlight, I can't to my HTTPS web service. In Winform and in WPF it works with ServicePointManager.ServerCertificateValidationCallback += ServerCertificateValidationCallback;
But this callback doesn't exist in silverlight beta1.
Can you say me if in beta 2 we can use this HTTPS Web Service, and for socket port if we can call 80 and support ssl socket ?
Regards,
Alexandre
Please mark the posts as answers if they help and unmark if they don't.
http://www.hera.cc