Nowadays more and more web sites use the HTTPS protocol to serve web pages. If the page includes a HTTP stream, browser gives a warning about unsecure content, and that's not good.
Icecast offers broadcasting over the HTTPS protocol and we manually enable this feature for our customers, so, technically, this is possible, at least for Icecast (just a few lines in config).
Can this feature be incorporated into Centovacast? There are few settings needed:
* (required) Certificate path (this one can reside in admin's area and be global for the whole server)
* (optional) HTTPS port. Currently we use client's port number + 10000, so maybe no confifuration option is needed if it's calculated in a similar manner
* (optional) Enable SSL. This can be simply be considered "always on".