RSSAmplifier

Kraag22 · Jun 23, 2022

HTTPS on localhost with Caddy

0
Sign in to vote or save

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…

Read on /articles/https-on-localhost-with-caddy-v2

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.