Reverse proxy
note
Try License Vault, our new cloud solution for license management! Hosted by JetBrains, it requires no installation or maintenance efforts. All connections to License Vault are secured with SSO. Learn more
If License Server (FLS) runs behind a reverse proxy, you need to set a proxy hostname to jetty.virtualHosts.names
property. Otherwise, you will receive an error similar to the following and will not get access to the server.
HTTP ERROR 403
Problem accessing /. Reason:
Passed value of header "Host" is not allowed. Please contact your server administrator.
Powered by Jetty:// 9.3.24.v20180605
If a host configured for FLS software doesn't match a host of a machine where the software is running, you also need to set this hostname to the property, which validates the value of the Host header in the requests. In this case, FLS will process the requests with the Host headers, which match the hostnames assigned to this property. If the Host header doesn't match any configured hostnames, you will get the same error.
Thanks for your feedback!