epgg / eg

EpiGenome Gateway - WashU EpiGenome Browser
http://epigenomegateway.wustl.edu/legacy/
Other
21 stars 10 forks source link

Securing Docker Image #89

Open mackeyja opened 5 years ago

mackeyja commented 5 years ago

Hello, I am trying to enable SSL/TLS for the epgg/eg docker image. I was hoping to use the host's ssl.conf to do this but can't since enabling apache on the host conflicts with the container (both using port 80). When I try to use different ports the container fails entirely. Do you have any suggestions for enabling SSL/TLS for your docker image? Thanks in advance for your help.

lidaof commented 5 years ago

Hi @mackeyja , my understanding is that ssl should be running on 443? my gut feeling is you might need modify the docker image to enable ssl?