You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The situation is that Katharsis runs in a web service that is placed inside the company network and behind a reverse proxy. The reverse proxy is responsible to terminate the TLS connections, so the communication in the company network is HTTP only. When the reverse proxy calls the web service, I can make sure that the "Host" header field in the HTTP request is set to the value I want to see in the "self" links. However, as the "internal" communication in the company network is HTTP only, Katharsis creates only "self" links with "http" as URL scheme.
Could you please allow to overwrite this scheme, preferable by evaluating the header field X-Forwarded-Proto ?
The source of all evil is in file KatharsisRegistryConfiguration.java:
The situation is that Katharsis runs in a web service that is placed inside the company network and behind a reverse proxy. The reverse proxy is responsible to terminate the TLS connections, so the communication in the company network is HTTP only. When the reverse proxy calls the web service, I can make sure that the "Host" header field in the HTTP request is set to the value I want to see in the "self" links. However, as the "internal" communication in the company network is HTTP only, Katharsis creates only "self" links with "http" as URL scheme.
Could you please allow to overwrite this scheme, preferable by evaluating the header field X-Forwarded-Proto ?
The source of all evil is in file KatharsisRegistryConfiguration.java:
The text was updated successfully, but these errors were encountered: