smswithoutborders / RelaySMS-Vault

Technology developed by the SMSWithoutBorders team to securely store and manage user access tokens, enabling safe usage for publishing messages.
GNU General Public License v3.0
13 stars 3 forks source link

SSL available only in Dev mode #27

Closed sherlockwisdom closed 2 years ago

sherlockwisdom commented 2 years ago

https://github.com/smswithoutborders/SMSwithoutborders-BE/blob/cc40360197780e629f7f1f882164de83703d5c16/server.js#L79

SSL should be available even in development mode. The difference with production and dev should be ssl is compulsory in the former and not in the later.

sherlockwisdom commented 2 years ago

Thanks, this if fixed now