licode
licode copied to clipboard
OpenSSL wrong version? FSM Error Pending transition: close, from: stable, to: closed
-
I had to edit ./scripts/installUbuntuDeps.sh and set the version of OpenSSL to 1.1.1f so the installation can continue
-
After getting it up, open Basic Example on 2 tab, here is what I got
- If only 1 tab, it looks like it's OK.
- Then second tab/second device join, both participants got disconnected.
Any ideas?
I just tried the docker version, same issue
Comment out these lines and try:
download_openssl() { OPENSSL_VERSION=$1 OPENSSL_MAJOR="${OPENSSL_VERSION%?}" //echo "Downloading OpenSSL from https://www.openssl.org/source/$OPENSSL_MAJOR/openssl-$OPENSSL_VERSION.tar.gz" //curl -OL https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz //tar -zxvf openssl-$OPENSSL_VERSION.tar.gz || DOWNLOAD_SUCCESS=$? //if [ "$DOWNLOAD_SUCCESS" -eq 1 ] //then echo "Downloading OpenSSL from https://www.openssl.org/source/old/$OPENSSL_MAJOR/openssl-$OPENSSL_VERSION.tar.gz" curl -OL https://www.openssl.org/source/old/$OPENSSL_MAJOR/openssl-$OPENSSL_VERSION.tar.gz tar -zxvf openssl-$OPENSSL_VERSION.tar.gz //fi }
@ashar02 after installing, and get Basic Exmaple up, 2 participant can't see each other. Do you have the same problem?