Hello,
I have openvidu java project version 2.14.
how i can activate custom ssl on my project.
Thank you.
Hello,
I have openvidu java project version 2.14.
how i can activate custom ssl on my project.
Thank you.
To enable SSL in your OpenVidu CE deloyments: AWS, On Premises
To enable SSL in your app you must follow the instructions to enable SSL in your application’s framework.
I followed all instructions to enable owncert ssl but always does not work in my project.
always show this error.
Thank you.
Your certificate is not valid
but same certificate works fine on another project created by laravel.
Both projects use the same certificate? What is the url used by OpenVidu?
Sometimes browsers may get stuck with certificates when testing them. Try with other browser to see if it works.
@cruizba Yes same certificate.
OPENVIDU SERVER URL = https://web_site:4443
OPENVIDU JAVA PROJECT = https://web_site:5000
@pabloFuente i try to use many browsers but always showing same error
Thank you