Configure https
-
How do we go about setting up https within our server? Even after setting the port to HttpsPort, its still only accessible on http.
NB. I'm using mkcert to generate the certificates.
-
https://jsreport.net/learn/configuration#web-server-configuration
The config should be
httpsPort
{ "httpsPort": 443 }
-
Thank you for the prompt response