SSL

swatisinhamis

New Member
Is there any option to add SSL? We subscribed to a Flashphoner EC2 instance, but we were unable to connect to the server using WinSCP and FileZilla. Consequently, we are unable to upload and download files. Is there any option to obtain Let's Encrypt SSL files? We can connect directly on the awsplatform.
 

Max

Administrator
Staff member
Hello

Please check instruction how to launch Amazon AWS instance

Step 8.

Here you set Key Pair.
The key pair is SSH Private Key and SSH Public Key.
Therefore you have SSH Private Key for connection via WinSCP, Putty, or another SSH client.


1702971456726.png


Regarding SSL import.
You can open web interface https://host:8444
Sign in as:
login: admin
password: {aws instance ID}
Then import SSL certs as described here
 

Max

Administrator
Staff member
Try another SSH client like Putty for Windows or Total Commander, or Far Manager + Netbox
 

swatisinhamis

New Member
1702972623806.png


using aws we directly connected to the server but how to download this files and is any option so we can move certificate using command then server accept this
 

Max

Administrator
Staff member
It seems you would need a Linux admin guy who download and import SSL certificates.
If you send SSH access credentials using this private form, our engineers will do this.
Point to the folder where pre-generated cert files located.

Note:

1. AWS may do not support letsencrypt generation properly.

2. We would recommend Non-Let'sencrypt wildcard SSL certificates, i.e. *.mycompany.com
Something like this:

3. If you are sure that all your servers will be hosted on Amazon AWS, we would recommend to use Amazon AWS Certificates and Load balancer.
 

Max

Administrator
Staff member
We successfully connected to your server, but you have not provided a valid SSL certificate for your domain, so nothing to import.
Please buy a valid SSL certificate from some CA provider or register a domain with AWS Route53.
Also seems like media ports (30000-33000) are blocked on server (both TCP and UDP). Please check a security settings and open the ports/
 

swatisinhamis

New Member
@Max @antu123 We successfully updated an SSL certificate and key but we still get errors while using "wss://aws.easestream.com:8443/" publish and play live streaming can you please check if it is SSL working properly and if there is any issue on the server
1703159195132.png

1703159269384.png

1703159286719.png
 

Max

Administrator
Staff member
SSL seems working corfrectly.
But IP addresses (ip and ip_local settings) were incorrect. We fixed it using the command
Code:
sudo /usr/local/FlashphonerWebCallServer/bin/webcallserver set-ip
and then restarted the server. Now WebRTC publishing and playback works
1703207892467.png
 
Top