AWS Custom Domain

Sam Maddock

New Member
Hi, I have recently installed the AWS Flashphoner. I am having an issue with using my own domain. It works fine with the EC2 domain.

I have DNS A record pointing at the IP correctly.
I have also uploaded my cloudflare certificates to the system.
I have tried to follow the documentation but unfortunately cannot figure out the issue.

Just wondering if anyone has any reccomendations?
Thanks,
Sam
 

Max

Administrator
Staff member
If you have a domain name i.e. stream.mycompany.com

There are two options.

Option 1

1. A record
2. Import into WCS server

SSL certificate, CA certificate, and private key for this domain

Option 2

Setup reverse proxy using AWS Load Balancer, Cloudflare, etc.

https://stream.mycompany.com:443 - this is your AWS or Cloudflare host with SSL certificate

You have to setup proxying

Code:
wss://stream.mycompany.com:443 >> ws://wcs-host-ip:8081
or
Code:
wss://stream.mycompany.com:443 >> wss://wcs-host-ip:8443
Nginx docs


AWS Examples




See also how we manage Route53 for domain names

 
Top