fsouza / docker-ssl-proxy

Builds a docker image that proxies SSL calls to another docker container (fork of bombbomb/docker-ssl-proxy)
BSD 2-Clause "Simplified" License
42 stars 20 forks source link

Not able to run inside google compute engine #39

Open joy8868 opened 4 years ago

joy8868 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

@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: