No connection to Openvidu server. This may be a certificate error at

Hello!!

I have done an OpenVidu Deployment on AWS. I have used the self-signed option. I have used the insecure angular project on the client. When I launch the video flame, the message that appears in the image appears. Could it be because of the self-signed issue?

That could be happening?

Thank you !!, and by the way great job

Captura

This is due to self signed certificate

I have put the let’s script certificate and the same thing happens to me, I am somewhat worried and thinking of changing the software. That could be happening? I’m a Pro, could we talk on skype and solve it quickly?

I have rephrased the question in this link …

As you’ve deployed in AWS, I suppose you’ve used Cloudformation. Let’s try this @David_Salas.:

  1. Ensure that the machine your running doesn’t have any service running with ports 80 or 443 already in use.
  2. Remove the folder /opt/openvidu/certificates
  3. Change the .env parameters necessary for letsencrypt:
    • CERTIFICATE_TYPE=letsencrypt
    • LETSENCRYPT_EMAIL=<your_email>

I Hope it helps,
Regards