ShinyProxy and Keycloak - ERR_TOO_MANY_REDIRECTS

Hello,

I have a production server with ShinyProxy and Keycloak and get an error: I´ve read this (Keycloak SSL Redirect Loop) thread and don´t know why it does not work as expected.

openssl pkcs12 -export -out certificate.pfx -inkey /etc/letsencrypt/live/ds-gym.de/privkey.pem -in /etc/letsencrypt/live/ds-gym.de/cert.pem -certfile /etc/letsencrypt/live/ds-gym.de/chain.pem
sudo chown keycloak:keycloak certificate.pfx

keytool -importkeystore -srckeystore /opt/keycloak/standalone/configuration/certificate.pfx -srcstoretype pkcs12 -destkeystore /opt/keycloak/standalone/configuration/keycloak.jks -deststoretype JKS

keytool -importkeystore -srckeystore /opt/keycloak/standalone/configuration/certificate.pfx -srcstoretype pkcs12 -destkeystore /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/cacerts

This is the way I create and import my certificates. However, it still does not work.In my log files I get this error:

2019-12-24 10:51:37,073 WARN [org.keycloak.events] (default task-2) type=CODE_TO_TOKEN_ERROR, realmId=master, clientId=null, userId=null, ipAddre ss=46.101.106.49, error=invalid_client_credentials, grant_type=authorization_code

Can someone tell me how to fix that? One last step :confused: