You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a domain XY.com with default server (IP:193...) and I'm setting up another server with docker and traefik (runs in its official latest container).
I'm testing with subdomain tubo.XY.com which points to new server (IP:46...)
Now, the odd thing is that traefik gets challenge for tubo.XY.com but fails because of the other address (159...), debug log:
traefik_1 | time="2016-12-11T20:40:19Z" level=debug msg="Challenge GetCertificate tubo.XY.com"
traefik_1 | 2016/12/11 20:40:19 h2_bundle.go:3223: http2: server: error reading preface from client 193....:22828: remote error: tls: unknown certificate authority
How is that possible? Any idea?
The text was updated successfully, but these errors were encountered:
Hi guys,
I have a domain XY.com with default server (IP:193...) and I'm setting up another server with docker and traefik (runs in its official latest container).
I'm testing with subdomain tubo.XY.com which points to new server (IP:46...)
Now, the odd thing is that traefik gets challenge for tubo.XY.com but fails because of the other address (159...), debug log:
traefik_1 | time="2016-12-11T20:40:19Z" level=debug msg="Challenge GetCertificate tubo.XY.com"
traefik_1 | 2016/12/11 20:40:19 h2_bundle.go:3223: http2: server: error reading preface from client 193....:22828: remote error: tls: unknown certificate authority
How is that possible? Any idea?
The text was updated successfully, but these errors were encountered: