Can I use https instead of http for traffic between services with Linkerd? #9473
Unanswered
winston0410
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have watched this tutorial, and I am able to
curl
the service to verify that everything is working fine like this:But is it possible to use
https
? Can linkerd forward the certificate for me? Right now when I try curl with https, I get this:curl https://meilisearch-service.meilisearch curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to meilisearch-service.meilisearch:443
Beta Was this translation helpful? Give feedback.
All reactions