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

Not able to run inside google compute engine #39

Open
joy8868 opened this issue Jul 10, 2020 · 2 comments
Open

Not able to run inside google compute engine #39

joy8868 opened this issue Jul 10, 2020 · 2 comments

Comments

@joy8868
Copy link

joy8868 commented Jul 10, 2020

I am running this image in a Google cloud compute engine and I am not able to connect to the SSL Port . I have tried with apache 2 and Nginx but none of them could connect me to the port .

@fsouza
Copy link
Owner

fsouza commented Jul 10, 2020

Hi @joy8868 I'm not sure what you mean exactly. docker-ssl-proxy is a docker image, I don't see how it relates to GCE. Can you give more details into what you're trying to accomplish and what you've tried?

@joy8868
Copy link
Author

joy8868 commented Jul 11, 2020

@fsouza There is an app in a project which is using this proxy in a compose file like below. It works perfectly fine a system But when I try to use that compose file in a compute engine inside a VM , I am not able to connect the app on SSL but I can connect to the app over http . Have you tried using this image in a VM ? Do I need to change anything ?

fake-auth0-proxy:
image: fsouza/docker-ssl-proxy
environment:
- SSL_PORT=9998
- TARGET_PORT=9999
- TZ=America/New_York
- TARGET_HOST=fake-auth0
networks:
xxxx:
aliases:
- fake-auth0.local.com
depends_on:
- fake-auth0
ports:
- "9998:9998"

auth0-int-proxy:
image: fsouza/docker-ssl-proxy
environment:
- SSL_PORT=8089
- TARGET_PORT=8088
- TZ=America/New_York
- TARGET_HOST=auth0-integration
networks:
xxxx:
aliases:
- auth0-integration-service.local.com
ports:
- "8089:8089"

succeed-proxy:
image: fsouza/docker-ssl-proxy
environment:
- DOMAIN=succeed.local.com
- SSL_PORT=443
- TARGET_PORT=80
- TZ=America/New_York
- TARGET_HOST=succeed
depends_on:
- succeed
networks:
xxxx:
aliases:
- succeed.local.com
ports:
- "443:443"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants