- Home
- All questions
- Question 705
CKA study material · question 705 of 1000
An application reaching an HTTPS backend through an ExternalName Service gets certificate errors. What explains this?
Show the answer
Answer: A. The client connects using the in-cluster name, which the origin's certificate does not cover
With ExternalName the hostname the client uses differs from the one the Service references, so TLS servers cannot present a matching certificate and HTTP servers see an unfamiliar Host header.
Source: Service (Kubernetes) — Service type › type: ExternalName