Skip to content

Grpc timeout exception #5739

Closed Answered by behdad088
wisamidris7 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @wisamidris7, so I’ve been looking into the TLS issue with Docker Compose, and here’s what’s going on and how we can fix it.

The Problem:

  1. External URL Configuration (example.com):

    • This works fine when we're accessing the service from outside Docker Compose.
    • But when one container (like IdentityService) tries to hit another (EditionsService) using the external URL (example.com), it times out because Docker containers are trying to talk to each other over the external network, which isn’t the best way to do it.
  2. Internal Network URL Configuration (common-api):

    • If we try to use the internal Docker network (common-api) to connect, we hit SSL certificate issues. That’s because the SS…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wisamidris7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5721 on July 29, 2024 18:12.