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
Sure. I want the server to offer an option for SSL support. We should also add an environment variable for the folder containing the priv.key and the fullchain.pem. Those two values are needed for the https package.
I think it would be useful if we add another env variable representing whether SSL is enabled or not. (I suggest calling it SSL_ENABLED)
The current server (
http
-package) does not support SSL encryption. We should introduce thehttps
package.Files to change: app.js
The text was updated successfully, but these errors were encountered: