Setting Network Port Forward Reverse Proxy Manually (FusionAuth)

Hi, I’m trying to deploy a FusionAuth instance in Render. It requires me to reverse the following:

80 > 9011
443 > 9011

However, there isn’t a network setting options in Render. What can I do to fix above CRSF issues?

Hi @KaiAtWork,

Render automatically forwards traffic from your service to HTTPS, we do set the X-Forwarded-Proto to https in our proxy code. We don’t currently have a way for users to specify custom headers like the one mentioned in your screenshot X-Forwarded-Port. It seems like some other Fusionauth users may have run into similar issues with this as well https://github.com/FusionAuth/fusionauth-issues/issues/470

It sounds like there may be possible to work around it by setting up your own proxy.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.