Local development over HTTPS #70
-
|
Because of the way our home-grown paywall is set up (specifically how it sets up cookies), testing login requires that we serve our site off of a subdomain of our primary site, even for local development. Our VPN handles setting up To serve HTTPS, a few years ago I built a proxy package https://github.com/tdukart/https-cert-proxy, and with a little bit of customization we're generally able to host off off So I'm wondering: Does someone else have a different way to host the localhost on a secure domain other than plain |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
My team has been using Caddy for localhost HTTPS proxy. There are various ways to generate the certificates. File: File: File: File: |
Beta Was this translation helpful? Give feedback.
My team has been using Caddy for localhost HTTPS proxy. There are various ways to generate the certificates.
File:
package.jsonFile:
Caddyfile