You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what are you trying to do:
i created an application to run on an EC2 instance using krakend, i self-signed the certificate and i am getting the following error when making a request from my frontend to krakend: http: TLS handshake error from IP:PORT: remote error: tls: unknown certificate.
Configuration check output:
Result of krakend check -dtc krakend.json --lint command
Parsing configuration file: krakend.json
ERROR compiling the schema: jsonschema https://www.krakend.io/schema/v2.6/krakend.json compilation failed: Get "https://www.krakend.io/schema/v2.6/krakend.json": tls: failed to verify certificate: x509: certificate signed by unknown authority
I think you are missing the ca-certificates package in your system. Also, since you are overwriting /etc/ssl you are removing the ca-certificates that are already installed in the krakend container.
Install ca-certificates or remove the volume for /etc/ssl and should work.
Environment info:
Describe what are you trying to do:
i created an application to run on an EC2 instance using krakend, i self-signed the certificate and i am getting the following error when making a request from my frontend to krakend:
http: TLS handshake error from IP:PORT: remote error: tls: unknown certificate
.Your configuration file:
Configuration check output:
Result of
krakend check -dtc krakend.json --lint
commandCommands used:
i have used docker-compose
Logs:
Logs you saw in the console and debugging information
Additional comments:
The text was updated successfully, but these errors were encountered: