can apollo router can be configured with server certificates and terminate ssl ? #2314
arunarivarasan
started this conversation in
General
Replies: 2 comments 4 replies
-
it is not possible right now, you need to add a reverse proxy in front of the router for TLS |
Beta Was this translation helpful? Give feedback.
0 replies
-
I switched the router from
tls:
supergraph:
# The path to the certificate: ./ssl/certificate.pem. Do not remove the extra dot before
certificate: &certificate ${file../ssl/certificate.pem}
certificate_chain: *certificate
key: ${file../ssl/key.pem} Link to the Apollo Router documentation: https://www.apollographql.com/docs/router/configuration/overview/#tls |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can apollo router be configured with server certificates and terminate ssl. i want to expose the federated endpoint in https.
Beta Was this translation helpful? Give feedback.
All reactions