Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Communication Between Containers #1159

Open
alexw23 opened this issue Apr 30, 2024 · 0 comments
Open

SSL Communication Between Containers #1159

alexw23 opened this issue Apr 30, 2024 · 0 comments
Labels
t/feature New feature

Comments

@alexw23
Copy link

alexw23 commented Apr 30, 2024

Is your feature request related to a problem? Please describe.
Having an issue communicating between containers which orbstack doesn't really solve.

I used to use a reverse proxy which handled all the SSL, but now I'm trying to have this centralised in orbstack.

Communication between host works fine i.e. https://container.orb.local resolves SSL perfectly.

However within containera.orb.local I'm trying to call https://containerb.orb.local, there is no port 443 listening of course, so this doesn't work.

This is because within containers speaking to another container only resolves the actual ports it's listening to, i.e. the raw ports.

Describe the solution you'd like
Realistically .local should be similar within containers as it is host>container.

If needed "ports" could still be possible using docker network and communicating via the container name directly (i.e. http://localstack:4566).

Ideally there would also be a path in which the SSL cert can easily be accessed to it can be added into the certificate chains of all containers.

@alexw23 alexw23 added the t/feature New feature label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant