1. My Caddy version (caddy -version
):
v2.0.0-beta10
2. How I run Caddy:
a. System environment:
Ubuntu 18.04
b. Command:
sudo ../bin/caddy --config caddy.json
d. My complete Caddyfile:
https://git.ironfractal.xyz {
reverse_proxy / http://127.0.0.1:8181 {
fail_duration 300s
header_up X-Forwarded-Ssl on
}
}
3. The problem I’m having:
Fails to get ssl.
4. Error messages and/or full log output:
2019/12/14 13:22:07 http: TLS handshake error from 192.168.254.254:443: no certificate available for ‘git.ironfractal.xyz’
2019/12/14 13:22:23 [ERROR] Making new certificate manager: get directory at ‘https://acme-v02.api.letsencrypt.org/directory’: Get https://acme-v02.api.letsencrypt.org/directory: net/http: request canceled while waiting for conn
ection (Client.Timeout exceeded while awaiting headers) (attempt 2/3)