Error TLS: failed to find any PEM data in certificate input #619
-
Hi Team, I am attempting to deploy Hoop.dev using Docker Compose with TLS enabled. I have configured the environment variables as follows:
However, when I execute docker-compose up, I encounter the following error: A copy of my docker-compose.yml file is attached for reference. Could you help review the configuration and suggest potential solutions to resolve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello there, You need to use the syntax
|
Beta Was this translation helpful? Give feedback.
-
Thank you it worked |
Beta Was this translation helpful? Give feedback.
Hello there,
You need to use the syntax
file://
orbase64://
to load it properly:file:///etc/cass/tls/key.pem
base64://<base64-content>