No video

Max

Administrator
Staff member
Hello
The link is incorrect.
Please set following line in WCS_HOME/conf/wcs-manager.properties
Code:
-DstartWithDemoUser=true
Then restart server
Code:
service webcallserver restart
Then the link will become permanent.

You can also send SSH access to logs@flashphoner.com
We will check.
 

Max

Administrator
Staff member
Hello

Websocket connection was failed with your server.
Make sure you imported SSL certificates properly and you don't have errors in WCS_HOME/logs/server_logs/flashphoner.logs
You can either share flashphoner.log or send ssh access to logs@flashphoner.com
We will check.

Please do not write to PM. Currently we don't use PM for communications and PM data can be lost.
 

Securonet

New Member
Hi Max, I followed up via email to logs. Basically, I decided to start anew with a fresh AWS build in order to eliminate anything I might have done to muck things up. But I’m having problems with the SSL certificate. I tried the Let’s Encrypt feature in the web interface but it always throws an error. Please advise on how to make this work.
 

Max

Administrator
Staff member
Hello
Just wondering did you have a successful case with your system?
 

Securonet

New Member
Max, do you have an update on this? I responded with ssh credentials and RTSP url on June 12. I don't show any logins from you.
 

Max

Administrator
Staff member
Hello
We have received ssh credentials but no RTSP url for testing.
Could you please send RTSP url.
We will check.
Server is currently up and running and no visible issues found.
 

Securonet

New Member
I just resent. The issue we're having is that we can't get it to work with SSL. Let's Encrypt feature of this platform fails with an error 100% of the time.
 

Max

Administrator
Staff member
Hello
We can see that no certs in /etc/letsencrypt folder.
Try
1. Temporary open port 80 http.
2. Run certbot
Code:
cd /opt/eff.org/certbot/venv/bin
./certbot certonly
3. Choose option
Spin up temporary web server.
If http port 80 is open, certbot will validate your server and will install certs to /etc/letsencrypt.
Once the certs are installed you will be able to import it via dashboard.
https://docs.flashphoner.com/x/nwAf
 

Securonet

New Member
Did this. Got fullchain.pem and privkey.pem. Downloaded them. Added fullchain.pem and uploaded it. Added privkey.pem and imported it. Then I get this error:

Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Fri Jun 22 14:16:24 UTC 2018
There was an unexpected error (type=Internal Server Error, status=500).
javax.persistence.PersistenceException: org.hibernate.exception.ConstraintViolationException: could not execute statement
 

Securonet

New Member
When I reload the Certificates page, it shows the fullchain.pem file in place. When I try to import privkey.pem it throws this message in red:


Certificates problem
No Certificate loaded
 

Max

Administrator
Staff member
Try
Code:
service webcallserver stop
rm -f /usr/local/FlashphonerWebCallServer/database/*
service webcallserver start
This should cleanup database and fix the import issue.
This issue generally happens during updates from older versions to the new one with different database structure.
 
Top