Page 1 of 1

Https and ssl on ubuntu x64

Posted: 27 Jan 2013, 02:58
by chali
Hi
need help getting madsonic to use https instead of http. (I use ubuntu 12.04 x64)

and if anyone cope, a detailed guide for beginners, how to install a certificate from third party in madsonic. on ubuntu 12.04 x64

I've Googled and followed some guides but it does not work at all, :oops:

madsonic otherwise good work on normal http but would love to have it on https.

/ Chali

Re: Https and ssl on ubuntu x64

Posted: 27 Jan 2013, 10:19
by Madsonic
hi,

i use Madsonic myself with SLL.

HOW TO CREATE subsonic.keystore
================================

Code: Select all

keytool -genkey -v -keystore subsonic.keystore -alias subsonic -storepass subsonic -keyalg RSA -validity 100000 -dname "CN=subsonic.org, O=Subsonic"
keytool -list -v -keystore subsonic.keystore -storepass subsonic
Replace with your own Domain-Name

or look also into this threads ...

http://forum.subsonic.org/forum/viewtop ... 77&p=44021

or if you use tomcat

http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html

best regards

Re: Https and ssl on ubuntu x64

Posted: 27 Jan 2013, 12:53
by chali
Hi

thanks so much for the reply =) but the nob I am, I would need to have some more info how to change the port to eg 4443 instead of the 4040th

the commands you type, where should I write it, etc.
which folder is the things to be added in? I checked in etc / defult but can not make it work.

/ Sincerely Chali