Setup (https) SSL on localhost for meteor development

后端 未结 3 1767
暖寄归人
暖寄归人 2021-02-01 06:50

How do you create a self signed SSL certificate to use on local server on mac 10.9?

I require my localhost serving as https://localhost

I am using t

3条回答
  •  -上瘾入骨i
    2021-02-01 07:02

    Or you could just use ngrok to port forward :)

    1) start your server (i.e. at localhost:3000)

    2) start ngrok from command line: ./ngrok http 3000

    that should give you http and https urls to access from any device

提交回复
热议问题