opentok / interactive-broadcast-api

MIT License
5 stars 12 forks source link

How can I server this API over HTTPs? #27

Closed sajjadsaleem closed 4 years ago

sajjadsaleem commented 4 years ago

Normally, I use https.createServer method to server my node application over HTTPS, but in this case, I am not sure.

Please help.

sajjadsaleem commented 4 years ago

I figured this by using the Nginx configuration.

I included certificate files in Nginx configuration and it worked very well.