How is a webservice with SSL certificates published in IIS and how can I later consume it in VS2015?

2

I have a WebService that I publish locally on the IIS with SSL certificates generated locally using Makecert.exe. From the browser I can see it and use it (the browser asks me for the client certificate, it is sent and it works, that's fine, it's what's wanted). The problem comes when trying to access it through a client page, in the VS2015 I do not recognize the service as such.

This is the error that appears to me in VS2015

  

There was an error downloading ' link $ metadata'.   The request failed with HTTP status 403: Forbidden.

Does anyone know how to consume this WebService or publish it in another way to make it accessible?

    
asked by Martin 19.10.2018 в 21:15
source

0 answers