How can I force the public connector URL for broker registration behind a proxy #120
-
We run a DSC behind a proxy with a public connector URL for communication with other connectors. For setup and administration we use an internal network with the DSC API (imagine something like The problem arises when calling Is there a way to force the base URL for the connector during the registration with the broker? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Have you set the right default endpoint? https://international-data-spaces-association.github.io/DataspaceConnector/Deployment/Configuration#step-1-connector-properties |
Beta Was this translation helpful? Give feedback.
-
You might be using an NGINX where you have to forward the domain as a header field to the application by adding following line: |
Beta Was this translation helpful? Give feedback.
You might be using an NGINX where you have to forward the domain as a header field to the application by adding following line:
proxy_set_header Host $host;