[Mono-list] How to use SSL with HttpListener with an mkbundle'd Mono app

2014-04-23 Thread cocowalla
I have a .NET application built with Mono, that I've bundled into a native (Linux) executable using `mkbundle`. This is so that end users don't need to mess around and install Mono themselves. The application uses ServiceStack, which under the hood uses `HttpListener`. I need the web services to

Re: [Mono-list] How to use SSL with HttpListener with an mkbundle'd Mono app

2014-04-23 Thread Robert Jordan
On 23.04.2014 13:40, cocowalla wrote: I have a .NET application built with Mono, that I've bundled into a native (Linux) executable using `mkbundle`. This is so that end users don't need to mess around and install Mono themselves. The application uses ServiceStack, which under the hood uses

Re: [Mono-list] How to use SSL with HttpListener with an mkbundle'd Mono app

2014-04-23 Thread cocowalla
Yes, I'd seen it was hard-coded in httpcfg, but wasn't sure if it was hardcoded in the actual code for HttpListener. Now I'm wondering if I'm going to run into a similar issue with the Mono certificate store... does Mono perform any validation of the certificates it loads from there for