I am having issue with Docker on Ubuntu 18.04 with docker-ce. While pulling a container:
$ docker pull nginx
or while trying to login
$ docker login
I get the following message:
Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: tls: oversized record received with length 20527
I also purged and reinstalled today with latest version but it didn't help. Does anyone get it resolved?