HI! I’m trying to get json-server on https, I currently installed certbot on mysite.com and www.mysite.com, and work fine with apache as webserver, i need a suggestion about how to archive a proxy that listen a port and send the flow to https useful for json-server.
I tried to set: json-server --port 444 --static index.html -H ‘mysite.com’ db.json
Many ports as 444 are available but not 443, i need to use this for web server and json-server too, may i ask an help?
Thanks!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.