Page 1 of 1

HTTPS ?

Posted: Tue Jan 16, 2018 1:33 am
by Seladian
One question HTTPS in web interface is possible ? If yes could someone give here instruction step by step "how to" ?

Re: HTTPS ?

Posted: Fri Jan 26, 2018 11:47 am
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.

Re: HTTPS ?

Posted: Sun Feb 11, 2018 6:44 pm
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.

Re: HTTPS ?

Posted: Wed Feb 14, 2018 12:21 pm
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.