Disclaimer: I am a consultant at Amazon Web Services, and this is my personal blog. The opinions expressed here are solely mine and do not reflect the views of Amazon Web Services (AWS). Any statements made should not be considered official endorsements or statements by AWS.
Just follow below two steps:
Add missing HTTPS binding in IIS. Go to IIS > Website > Bindings > Add Binding.
See the below screenshot.
Now, Add serviceBehaviours
in web.config
file like below:
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/>