What is the preferred way to include https in your development flow? Have an nginx or apache running? What about automated tests against a running application?
localhost is considered "secure" and doesn't need https - this can be used by most development and automated testing flows. For remote development, I tend to setup a caddy server which makes it very easy to get an SSL certificate.
This is still mildly annoying.