You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How are you able to make it work with SSL (https)
Do i need to use https on both reverse proxy( niginx) as well as on node server ( i.e. https://127.0.0.1:8080)?
At present I am using https on niginx reverse proxy but not on node server.
Please give some directions as I can see you have successfully deployed it on your heroku server with https (SSL)
The text was updated successfully, but these errors were encountered:
i have the same problem i want to deploy it on google cloud compute engine or app engine but it don't work @smolleyes could you please share your config
I am trying to deploy this react-native-webrtc-server on my VPS with SSL ( https )
I am following the steps below :
location / {
proxy_pass http://127.0.0.1:8080;
.
.
now when I access https://mywebsite.com it is not connected to node server but when i access it like this http://mywebsite.com:8080 it works but without ssl
How are you able to make it work with SSL (https)
Do i need to use https on both reverse proxy( niginx) as well as on node server ( i.e. https://127.0.0.1:8080)?
At present I am using https on niginx reverse proxy but not on node server.
Please give some directions as I can see you have successfully deployed it on your heroku server with https (SSL)
The text was updated successfully, but these errors were encountered: