- Trying to Deploy AWS Cloudformation 2.13.0 using the link https://docs.openvidu.io/en/2.13.0/deployment/deploying-aws/
- Disabled rollback
- Supplied custom domain openvidu.invol.in and chose letsencrypt
- The DNS provider for the domain is Cloudflare
- On visiting openvidu.invol.in I get ERR_TOO_MANY_REDIRECTS
- OpenViduCallURLLE & OpenViduServerURL are the same openvidu.invol.in
- When I SSH into the server, I can see the letsencrypt certificates for the domain
- AWS Public DNS path for the instance does work and opens up the application url on non-HTTPS ec2-3-7-154-24.ap-south-1.compute.amazonaws.com
- Although, joining room gives the error “Http failure response for openvidu.invol.in/api/sessions: 0 Unknown Error”
Questions
- How do I make it work on the domain?
- How do I access http(s) access and error logs?
- How do I access OpenVidu server logs?
- How do I start, stop, restart OpenVidu?