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
harrison.example.com is only accessible from the server running traefik (i.e. the one our A/AAAA records point deckard.example.com to)
What did you expect to see?
I'd expect to be able to connect to https://deckard.example.com, which would proxy pass the request to http://harrison.example.com while encrypting all communication to the client with automatic SSL
What did you see instead?
An error is thrown:
Error getting ACME certificate for domain [example.com deckard.example.com]: Cannot obtain certificates map[example.com:acme: Error 400 - urn:acme:error:malformed - Failed to connect to XXX.XXX.XXX.XXX:443 for TLS-SNI-01 challenge: Server only speaks HTTP, not TLS\nError Detail:\n\tValidation for example.com:443\n\tResolved to:\n\t\tXXX.XXX.XXX.XXX\n\tUsed: XXX.XXX.XXX.XXX\n\n]+v
Is this not possible, or am I missing something in my configuration?
The text was updated successfully, but these errors were encountered:
Thanks for the answers. Turns out that the A-record for harrison.example.com pointed to the correct server, but there was another one for example.com which pointed to yet another server, which was the culprit!
What version of Traefik are you using (
traefik version
)?v1.1.2
What is your environment & configuration (arguments, toml...)?
Bare bones exemplary traefik.toml
harrison.example.com
is only accessible from the server running traefik (i.e. the one our A/AAAA records pointdeckard.example.com
to)What did you expect to see?
I'd expect to be able to connect to
https://deckard.example.com
, which would proxy pass the request tohttp://harrison.example.com
while encrypting all communication to the client with automatic SSLWhat did you see instead?
An error is thrown:
Is this not possible, or am I missing something in my configuration?
The text was updated successfully, but these errors were encountered: