Skip to content

Conversation

@dcharles8
Copy link
Contributor

Changes made:

Update the FusionAuth Cloud section of the proxy docs to mention the need for setting the Host header when using a proxy in front of a FusionAuth Cloud instance.

@dcharles8 dcharles8 requested a review from a team as a code owner November 5, 2025 23:47
@dcharles8 dcharles8 added the priority-3 Minor doc issue to fix label Nov 5, 2025
@dcharles8 dcharles8 requested review from a team as code owners November 5, 2025 23:47
## FusionAuth Cloud Instances

The latest FusionAuth Cloud Instances will use [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication) to negotiate a TLS connection. If you are using a proxy in front of your FusionAuth instance, ensure it supports the use of SNI for TLS connections.
The latest FusionAuth Cloud Instances will use [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication) to negotiate a TLS connection. If you are using a proxy in front of your FusionAuth instance, ensure it supports the use of SNI for TLS connections. Additionally, to allow for proper TLS certificate handling
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The latest FusionAuth Cloud Instances will use [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication) to negotiate a TLS connection. If you are using a proxy in front of your FusionAuth instance, ensure it supports the use of SNI for TLS connections. Additionally, to allow for proper TLS certificate handling
The latest FusionAuth Cloud Instances will use [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication) to negotiate a TLS connection. If you are using a proxy in front of your FusionAuth instance, ensure it supports the use of SNI for TLS connections. Additionally, to allow for proper TLS certificate handling, the `Host` header should be set to the domain name of your FusionAuth instance (e.g. `example.fusionauth.io`).


The latest FusionAuth Cloud Instances will use [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication) to negotiate a TLS connection. If you are using a proxy in front of your FusionAuth instance, ensure it supports the use of SNI for TLS connections.
The latest FusionAuth Cloud Instances will use [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication) to negotiate a TLS connection. If you are using a proxy in front of your FusionAuth instance, ensure it supports the use of SNI for TLS connections. Additionally, to allow for proper TLS certificate handling
the `Host` header should be set to the domain name of your FusionAuth instance (e.g. `example.fusionauth.io`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line (moved to the line above; there was an extra newline in the middle of the sentence).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority-3 Minor doc issue to fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants