MatteoGgl / docker-gophish

A docker image for the Gophish web application
18 stars 19 forks source link

400 Bad Request: too many Host headers #2

Closed amlwwalker closed 4 years ago

amlwwalker commented 7 years ago

Hi, I was using this docker container for running gophish. It's an old version so I wanted to update to 0.2. The only thing i changed was the url to the zip to download to: https://github.com/gophish/gophish/releases/download/v0.2.0/gophish-v0.2-linux-64bit.zip

matteoggl/gophish dockerfile was using before the update: https://github.com/gophish/gophish/releases/download/v0.1.2/gophish_linux_64bit.zip

Now when I go to the url, I get: 400 Bad Request: too many Host headers

Any ideas as to what must have changed in the update to result in this?