How to create a https server on localhost

前端 未结 6 446
误落风尘
误落风尘 2021-01-30 08:47

I followed the tutorial below to create a https server https://docs.nodejitsu.com/articles/HTTP/servers/how-to-create-a-HTTPS-server/

and the program runs without errors

6条回答
  •  太阳男子
    2021-01-30 09:12

    Assuming you are using node.js, then http-server has -S or --ssl with -C and -K to enable https.

提交回复
热议问题