Skip to main content
Home Forums Silverlight Programming Programming with .NET - General web service is not called when using https
6 replies. Latest Post by sethu_na on November 18, 2009.
(0)
mr.saif
Member
417 points
147 Posts
11-03-2008 11:36 AM |
Hi All,
web service does not called by silverlight when web service is https.
I am loading service dynmaically when i run service with https it works fine in browser, but in siverlight application service does not called.
M.C.BC.PCSer.PCSSoapClient
service =
preishuber
Contributor
3570 points
655 Posts
11-03-2008 12:16 PM |
is the certificate on webserver 100% ok, Means: cert authoriy, name, and date valid? Or do you get a warning in brwoser when accesing this site?
11-03-2008 12:26 PM |
yes i got following waring when accessing service in broswer
There is a problem with this website's security certificate.
11-03-2008 12:44 PM |
then you have to fake the cert validation with something like that
11-05-2008 3:18 AM |
Hi Hanne,
your code works fine to fake ssl certificate in simple .net application. But we can not fake or authenticate certificate in silverlight as System.Net.Security is not available right now in silverlight 2.0.
Is there any other way that i can fake SSL authentication certificate?
11-15-2008 2:34 PM |
i am still have this topic in mind
its true that Silverlight 2 have not implemented RemoteCertificateValidation.
i see two options
1) bridge the call to server. Call a net service on server and this service goes to https
2) bridge the call to html and do it by AJAX.
sethu_na
2 points
1 Posts
11-18-2009 11:15 AM |
Is there any wasy I can do
1) Basic Authentication
2) Basic Authentication on HTTPS
from Silverlight? We do not have System.Net.ServicePointManager in Silverlight.
Any pointers? I am using Silverlight 3.
Response in this is highly appreciated.
Thanks,
S.