look at your sever.xml file to make sure you have the right keystore password set..

<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true"
               keystoreFile="conf/keystore" keystorePass="#################"
               clientAuth="false" sslProtocol="TLS"/>


On 4/14/19 5:36 AM, Stefan Kühl wrote:

Morning,

try to update my 4.0.4 running on apache2 to version 5.0

but I cannot connect to web-installer, because of insecure connection (using HSTS). I copied all the neccessary certifiacte files into the new OM folder. Is there any other differenz I need to take care of in using Apache2 instead of tomcat?

Greetz

Stefan


Am 14.04.2019 10:36, schrieb Stefan Kühl:

Morning@ everybody,

tested it three times. Installation of kms directly on a 18.04. LTS Ubuntu works very well.

Maybe for Alvaro and his great Tutorials (!) it would be worth to add a paragraph for native installation with the commands:

sudo apt update
sudo apt install --no-install-recommends --yes gnupg #to be sure that gnupg is installed#
DISTRO="bionic" #verify the name of the distribution#
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
#in the following we are building the kms sources.list#
sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null <<EOF
# server answers with > #
deb [arch=amd64] http://ubuntu.openvidu.io/6.10.0 $DISTRO kms6
EOF
# server returns to normal prompt #
sudo apt update && sudo apt install --yes kurento-media-server

## thats all ##

Greetz

Stefan


Am 09.04.2019 11:36, schrieb Maxim Solodovnik:

    Hello All,

    recently new Kurento server with native 18.04 support is out [1
    <https://www.kurento.org/blog/kurento-610-bionic-support>]
    So overall installation should be more stable :)

    [1] https://www.kurento.org/blog/kurento-610-bionic-support


Reply via email to