Is SSL supported on Service Stack on Mono?
I only have access to a mac and the instructions I found here ask you to use a windows tool to create a pvk file: http://joshua.perina.com/geo/post/using-ssl-https-with-mono-httplistener
The site is hosted as a linux daemon process using an upstart script to keep the server up.
I ended up writing some code in my app host to enable SSL support for Service Stack, which uses HttpListener under the covers. Here is some code that will enable SSL for Service Stack for a console application: