Hello, For this case, I can only say "it should work" without any runnable example. See how WebHttpBinding supports HttpsTransportBindingElement here (especially in .ctor() and Scheme property): https://github.com/mono/mono/blob/master/mcs/class/System.ServiceModel.Web/System.ServiceModel/WebHttpBinding.cs
Atsushi Eno (2011/05/31 18:34), wuffus wrote: > Hello, > > I am trying to make a self-hosted wcf service for a Silverlight client. > I have managed to get https working with basicHttpBinding. But it does not > work with webHttpBinding under mono. (Error message: "Requested listen uri > scheme must be http, but was https.") > Is it possible to use webHttpBinding with https? > If so, where can I find an example? > If not, how can I return the file "clientaccesspolicy.xml" otherwise? > > Thanks for your help. > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/https-with-webHttpBinding-tp3562650p3562650.html > Sent from the Mono - General mailing list archive at Nabble.com. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
