Hi, does anyone have a working Caddyfile example for https? I have tried a few things but can’t it to work. I have kopia up and running using this solution by passing tls and tls_insecure_skip_verify but no joy so far with Duplicacy
Current Caddyfile entry:
duplicacy.{MY_DOMAIN} {
reverse_proxy https://10.252.2.1:3876
}
Current settings file:
{
"listening_address": "0.0.0.0:3875",
"https_address": ":3876",
"https_domain": "duplicacy.{MY_DOMAIN}"
}