Help with using AWS SSL Certificates with OvenMediaEngine edge EC2 instance #1416
Unanswered
morpheus04
asked this question in
Help
Replies: 1 comment 1 reply
-
If the certificate is installed on the LB, you should try connecting to the Non-TLS port, which is OME's 3333 port. Port 3334 is the TLS port by default and requires the certificate to be installed in Server.xml. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I recently configured both origin and edge EC2 instances using OvenMediaEngine on AWS and faced an issue with using TLS on both the load balancer (LB) and the edge instance. I configured the TLS listeners and attached the AWS ACM SSL certificates onto the LB. However, I wasn't able to play the stream. The TLS port 3334 is enabled on both firewall and server.xml, so no issues with ports or configs. I also added permissions via IAM role to the edge instance but had no joy with the WebRTC streams.
From the logs, the LB traffic is acknowledged by the edge server but with the error below;
Please is anyone able to provide some help to this issue?
much appreciated
Beta Was this translation helpful? Give feedback.
All reactions