Backchannel logout, connect to HTTPS endpoint

Hello,

When trying to POST to external URI, I get that error from Hydra:

time=2020-12-07T12:28:02Z level=warning msg=Unable to execute OpenID Connect Back-Channel Logout Request audience=application backchannel_logout_url=https://xxx.net/backchannel client_id=x-x-x-x-x error=map[message:Post “https://xxx.net//backchannel”: x509: certificate signed by unknown authority] service_name= service_version=

How do you setup custom TLS certificates into Hydra (Docker)

Thanks for your help

From slack - you got it working by adding the CA certificates to the Docker Container (e.g. with a volume mount) and then reloading the CA certificates using:

docker exec -i --user=root  $hydraContainer /bin/sh -c "update-ca-certificates"