puma / puma-dev

A tool to manage rack apps in development with puma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not listen to 443

hopewise opened this issue · comments

When I try to load the website with https, and check logs, I see nothing in logs, also, in browser, I get 404
it works only at http, however, I have run this command:

puma-dev -install-https-port 443

Why there isn't any log when I use https? and how to issue a valid certificate that chrome would trust?

Please see Install & Setup, which will generate and trust certs and, by default, configure puma-dev to listed on 443.