puma / puma-dev

A tool to manage rack apps in development with puma
BSD 3-Clause "New" or "Revised" License
1.73k stars 106 forks source link

does not listen to 443 #296

Closed hopewise closed 2 years ago

hopewise commented 2 years ago

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?

nonrational commented 2 years ago

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