Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I can't add service reference to SSL WCF Service from VS 2010.

There was an error downloading 'https:xxx.svc'. The request failed with HTTP status 403: Forbidden. Metadata contains a reference that cannot be resolved: 'https:xxx.svc'. The HTTP request was forbidden with client authentication scheme 'Anonymous'. The remote server returned an error: (403) Forbidden. If the service is defined in the current solution, try building the solution and adding the service reference again.

Please Help
Posted
Comments
db7uk 15-Jan-13 15:47pm    
IS this hosted in IIS or IIS Express / VS host.? Do you have a SSL cert installed? Are you using mixed HTTP / HTTPS requests......

I faced this issue once & believe me I tried a lot but couldn't find any working solution to it.

U can do one thing.Check if anywhere it's requiring authentication.
& if u see everything right, then error is in VS_2010.

I'd suggest give a try to it in VS_2012.
 
Share this answer
 
I figured it out, the problem was this "The page you are trying to access is secured with Secure Sockets Layer (SSL)." So i had to uncheck the 'Require SSL' option on IIS and it worked, my service reference was successfully added.

Thank you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900