Ran openVidu server correctly i think but getting this error

Hello all,
I’m a newbie to openVidu and webrtc but I have an app idea that I believe I can bring to life with this awesome platform. I’m looking forward to learning enough to be able to one day contribute. Below is the error I’m receiving when trying to run the openVidu classroom (java and angular)

Error - Bad Request This combination of host and port requires TLS.

I followed the steps here - OpenVidu Docs
When I got to this part - Go to https://localhost:5000 to test the app once the server is running. The first time you use the docker container, an alert message will suggest you accept the self-signed certificate of openvidu-server when you first try to join a video-call. To test two users in the same computer, use a standard window and an incognito window.

I got this error - Bad Request This combination of host and port requires TLS

I was able to get it working on the node.js version. I remember accepting the self sign certificate thing with node.js and everything worked. Do i have to do something different with Java?

I even turned on ngrok http 5000 up to no avail. I can use any pointers. Googled up to no avail. Thanks

Solved my own issue. I had to use https://5000

: Found the answer here -