Closed ghost closed 6 years ago
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: However, if I run:
https://my-machines'-ip:3333
I finally get a valid response:
In your browser, go to http://your-docker-machine-ip:3333
to
In your browser, go to https://your-docker-machine-ip:3333
Solved!
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:
If I try to connect to it like this:
I wont get back a valid response thus: However, if I run:
I finally get a valid response:
In order to help avoid headaches I suggest that you change:
to
Have a nice day!