Just follow below two steps:

  1. Add missing HTTPS binding in IIS. Go to IIS > Website > Bindings > Add Binding.
    See below screenshot. enter image description
here
  2. Now, Add serviceBehaviours in web.config file like below:
    <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/>