Can start meet on local PC but can't start on VPS

Meeting SDK Type and Version 3.8.5 meetsdk-web-sample-master

Hi. I have Win10, Chrome browser, local PC, CDN version, server is Laravel php artisan serve where I can create and enter meetings. I have deployed it to VPS and there I have problem: when I start meeting, I mean when I open http link
http://d.mysite.md/testzmeet?name=aaa&mn=82119695654&email=&pwd=mypwd&role=0&lang=en-US&signature=eyJ...6weY&china=0&sdkKey=mykey
results to Zoom showing modal “Report Problem”

But if I take exactly this URL params to my local PC and open

http://127.0.0.1:8000/testzmeet?name=aaa&mn=82119695654&email=&pwd=mypwd&role=0&lang=en-US&signature=eyJ...6weY&china=0&sdkKey=mykey

then meeting opens correctly! So the JWT has generated signature correctly and all params are ok.

Does someone have ideas how to solve it?

Thought about permissions, but I did on Ubuntu 22.04.4 LTS
sudo chown -R www-data /var/www/mysite
sudo chmod -R 755 /var/www/mysite

Also tried 3.8.0 and 3.7.0 version on Android and on Win10 but same result.

1 Like

Solved when set https!

Thank you for sharing your findings with the community!