Replies: 1 comment
-
You have probably read the changelog notes, but on the off-chance that you didn't, there may be some useful information there. Apart from that: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having some issues by setting up
apollo-router
1.9.0 to work with TLS.I tried to configure
apollo-router
using these configs:I got this error in
apollo-router
:I have successfully validated the certificate path to make sure the certificate exists.
After that, I set the environment variable SSL_CERT_FILE to reference to the CA certificate path.
The previous error was gone, but then I started getting this error when I queried the graph router:
The certificate I'm using is being successfully used on other services, so the issue might be the way I'm trying to configure the usage of the cert on
apollo-router
or something miss configured on thespring-graphql-service
.I appreciate any hint to help me setting up the TLS properly between
apollo-router
andspring-graphql-service
.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions