MatteoGgl / docker-gophish

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

Can't Connect Via HTTP #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

I must connect to the admin server via HTTPS in order to get a valid response

After creating the docker-gophish container via Kitematic and running:

docker run -ti --name gophish -p 3333:3333 -p 8083:80 matteoggl/gophish

If I try to connect to it like this:

http://my-machines'-ip:3333

I wont get back a valid response thus: invr However, if I run:

https://my-machines'-ip:3333

I finally get a valid response: valr

In order to help avoid headaches I suggest that you change:

In your browser, go to http://your-docker-machine-ip:3333

to

In your browser, go to https://your-docker-machine-ip:3333

Have a nice day!

MatteoGgl commented 6 years ago

Solved!