So I just upgraded from version 11, I originally used java keystores for my SSL certificate and now I have issues getting the correct SSL certificate to load.
I have added a folder alongside my .env file called owncert and added in what I think are the correct certificates. when I boot VIDU up it looks as though it works, there are no signs that SSL certificates were not found or were invalid, etc but when I browse to the openvidu url I am getting a OpenVidu signed certificate.
Is there somewhere i can check for SSL errors during bootup? I have also tried enabling letencrypt by setting the flags for certificatr type and letecrypt email in my config without success. When vidu boots up it correctly identifies that letsecrypt is selected but still serves up the Vidu signed certificate instead of anything from LetEncrypt.
I have been trying to follow that SSL guide but I have only a certificate.pfx to work with and I am not the best with OPEN SSL. I have with the help of Google converted it over but my private key has RSA in the header which si different to the troubleshooting link you sent over
I have completed as per instructions and the formats match the outputs in the help doc but when i startup Vidu i am still getting the vidu signed certiciate openvidu@gmail.com etc.
How can i check for errors or outputs around SSL? I am not entirely convinced its finding the certificates
This really helped out buddy thanks. Quick question though, now that I am setup and working again how to stop the Openvidu test app from shwoing up at the root url? theres a one click video conferencing popup i get now.