This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Sometimes you may need HTTPS on your localhost. For example when you want to try some otherwise restricted API in JavaScript. There is easy way how to do that with Caddy server . This config file will create reverse proxy from https://localhost:2000 to some service which runs on 127.0.0.1:4000 . Caddy v2 config file localhost:2000 reverse_proxy 127.0.0.1:4000 tls internal start server with config…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.