hi,i've created webhttp based wcf service.i'd like to achieve 2 things: supprt both http and https, i'd like to give the IT manager the power to enforce the use of ssl by configure the IIS (IIs 7.0 -> SSL settings ->require SSL)but in terms of my service, i wish to support both:http://LebronServer/ExternalServices/PlaylistService.svc?GetPlaylist....andhttps://LebronServer/ExternalServices/PlaylistService.svc?GetPlaylist....so i duplicated the endpoint and binding sections in the web.config to support each of the protocols (http and https).to prevent from consuming the service, i removed the mex metadata endpoing and removed the serviceMetadata section under serviceBehaviors.
<
</
i do have a problem when configure the IIS (7.0) to require SSL (ignore client certificates).if i check this option i get {"The remote server returned an error: (500) Internal Server Error."}.any ideas?