The mediasoup installation error continues to occur.

Hello.
I’m going to install medisoup on my Ubuntu 20.04 LTS server to build a WebRTC media server. I installed everything such as gcc by referring to the homepage. However, there is a mediasoup installation error continuously, but I don’t know the cause. I’d appreciate your help.


Hi! It seems the problem here is not related to medisoup. The most important message in the logs is unable to get local issuer certificate. Apparently, you haven’t SSL root certificates installed on the machine.

To verify that, execute curl --verbose --output /dev/null https://www.openssl.org/source/openssl-3.0.2.tar.gz. I expect it to fail too.

To fix the issue try to install ca-certificate package: sudo apt-get install ca-certificates