Certificate error

I uploaded certifcates to new flashphoner aws instance, but when i import the private key, i get the following error
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Tue Jun 19 10:36:35 UTC 2018
There was an unexpected error (type=Internal Server Error, status=500).
javax.persistence.PersistenceException: org.hibernate.exception.ConstraintViolationException: could not execute statement.

I have mailed the certificate files to support@flashphoner.com
 

Max

Administrator
Staff member
If you have any troubles you can roll back to initial configuration:
1. Stop WCS
Code:
service webcallserver stop
2. Make sure you have backup file
Code:
WCS_HOME/conf/wss.jks.backup
3. Remove and restore backup
Code:
rm -f WCS_HOME/conf/wss.jks
mv WCS_HOME/conf/wss.jks.backup WCS_HOME/conf/wss.jks
 
i have created another instance , and have mapped to a new domain videowebrtc.com.. streamon-sip.com i have no issues, have problem with the new instance which is mapped to videowebrtc.com
 

Max

Administrator
Staff member
Hello
Your instance is up and running.
Just import your certificates and private key via Dashboard / Security / Certificates
If you have any issues, please provide screenshots how do you do that.
 

Max

Administrator
Staff member
We have resolved issue.
Please check again.
https://domain:8888

The problem was in internal database.
We did cleanup
Code:
cd WCS_HOME/database
rm -f *
Currently it is recreated from scratch.
 

Max

Administrator
Staff member
It didn't work due licensing issues. We have extended the trial license.
It works now. Please check out.
 

Max

Administrator
Staff member
Hello

This demo uses built-in Flash Player to test re-published RTMP streams. Make sure latest Flash Player is installed and running in your browser.
Here you can see how working Flash Player looks
https://docs.flashphoner.com/x/3oMu

You can also tweak JavaScript and remove function setUrlToFlash to avoid errors related missing Flash Player.
 
Top