Al Pascual comes with two posts about a problem he has encountered while consuming a service over a secure connection with Silverlight 2. The first one is focused on using a cross domain WCF Service with SSL and the second is about how to hadle HTTPS and non-HTTP services in Silverlight.
When trying to access a web service, either WCF (.svc) or asmx in
Silverlight works well until we add SSL, when trying to access and
using fiddler, complains about the clientaccesspolicy.xml by a
crossdomain error:
An error occurred while trying to make a request to URI This could
be due to attempting to access a service in a cross-domain way without
a proper cross-domain policy in place, or a policy that is unsuitable
for SOAP services.