HTTPS ?

General discussion about Universal Media Server (no support or requests)
Post Reply
Seladian
Posts: 2
Joined: Tue Jan 16, 2018 1:00 am

HTTPS ?

Post by Seladian »

One question HTTPS in web interface is possible ? If yes could someone give here instruction step by step "how to" ?
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: HTTPS ?

Post by valib »

@Seladian there is not docummented feature in the UMS.conf. Add the

Code: Select all

use_https=true
to the UMS.conf and test it.
Seladian
Posts: 2
Joined: Tue Jan 16, 2018 1:00 am

Re: HTTPS ?

Post by Seladian »

It doesn't work ..

I follow that instruction:

1. Generate certificate using keytool: keytool -genkey -keyalg RSA -alias selfsigned -keystore UMS.jks -storepass password -validity 360 -keysize 2048
2. Copy UMS.jks (passowrd: umsums) to UMS folder
3. In UMS.conf I add: use_https=true
4. Restart UMS

and.. connection doesn't work. I don't know why.
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: HTTPS ?

Post by valib »

@Seladian I don't know how the HTTPS was implemented by former UMS/PMS developers I only found the undocummented setting to enable it.
Post Reply