esplo/docker-local-ssl-termination-proxy

Can't connect with chrome to https://localhost

Closed this issue · 1 comments

Command that I used to run the container:

docker run -it \
  -e "HOST_IP=`ipconfig getifaddr en0`" \
  -e "PORT=8000" \
  -p 443:443 \
  --rm \
  esplo/docker-local-ssl-termination-proxy

Error on Chrome:
Screenshot 2021-07-20 at 16 22 18

Log (click the image to enlarge):
Untitled

My local server runs on port 8000.
OSX 11.4
Docker Desktop 3.5.2
Engine: 20.10.7

esplo commented

Chrome changed its policy to hide the button to access on untrusted certificates. Check this SO post to bypass this. My recommendation is to type "thisisunsafe".
https://stackoverflow.com/questions/58802767/no-proceed-anyway-option-on-neterr-cert-invalid-in-chrome-on-macos
I'll update README for better guide.