Skip to content

fqdn value #4583

Locked Answered by tsaarni
priyakr-git asked this question in Q&A
Discussion options

You must be logged in to vote

The value needs to match with the FQDN that the client uses to reach the proxy. Only the client needs to be able to resolve the name to an IP address. It can be via /etc/host at client machine if DNS is not feasible. After establishing TCP connection the client may use the FQDN in two ways: (1) during TLS handshake by sending the server name in TLS SNI extension and (2) during HTTP request by sending Host header. These need to match with the name of the virtualhost.

I guess the reason for the error can be multiple things. Is the problem only happening for websocket or also for simple HTTPS requests?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by priyakr-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants