REST WCF Service Over SSL

后端 未结 3 726
长情又很酷
长情又很酷 2021-02-10 07:50

I am trying to configure a REST WCF service over SSL and I keep getting:

Could not find a base address that matches scheme https for the endpoint wit

3条回答
  •  梦如初夏
    2021-02-10 08:11

    You need to add a https binding in IIS.

    1. Navigate to your site in IIS
    2. Click 'Bindings...' in the Actions panel on the right.
    3. Click 'Add'
    4. Select 'https' and select a certificate.

提交回复
热议问题