Skip to main content
Home Forums Silverlight Programming Accessing Web Services with Silverlight Accessing WCF service on SSL
1 replies. Latest Post by Pravinkumar R. D. on November 3, 2009.
(0)
dhiraj.r...
Member
44 points
14 Posts
11-03-2009 2:34 AM |
Hi All,
I have an silverlight application running on HTTPS (SSL - 443) and I want my WCF service to run on the same.
Everything is working fine when application is running on HTTP with service.
Also what would be the crossdomain policy would be for HTTPS, to allow WCF calls.
One more thing to note that I am using Self Signed certificate for SSL, will this cause any issue to service.
Thanks in advance.
Pravinku...
Contributor
4300 points
708 Posts
11-03-2009 3:05 AM |
Hi,
Check the below artical for HTTPS services clientaccesspolicy.xml file and demo as well-
http://timheuer.com/blog/archive/2008/10/14/calling-secure-services-with-silverlight-2-ssl-https.aspx
Thanks,
Pravin
"Please mark as answered, if this answers your question"