-
I installed OpenCloud with the documentation from OpenCloud Compose behind an existing Caddy Reverse Proxy. Trying to log on, I get the following error message: In the error log I can see that OpenCloud tries to connect to port 443, but the service is running on port 9200 How can I correct this behavior ? Error log from Docker container opencloud-test
Configuration files.env
docker-compose.yml
Caddyfile
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is important because it uses the public oidc endpoint in the same way like from the public network. This is needed by the openid spec, because a user is always identified by the sub@issuer pattern. Issuer is the public OpenIDConnect Provider which always needs to be https and have a valid certificate. so please make sure that the openCloud container can resolve its own public domain. |
Beta Was this translation helpful? Give feedback.
The access to https://opencloud-test.meineadresse.de/.well-known/openid-configuration is working now.
I added a rule to iptables, to allow access from the containers to the host.
Check for the Network ID of the network for OpenCloud (In my case backend-test)
Find the bridge name for Network ID 201c804e007d