I have a WCF service page running only WebGets/WebInvokes over SSL - it works fine on my local machine (self signed cert). On production, however, I can reach service.svc (a
You can implement transport level security using WsHttp bindings. See this article; in your bindings try this biding instead:
The article mentions you should tie up the bindings with the end points.