OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443
Emily Wong
I've been trying to install minikube on my Ubuntu machine as per this post.
But whenever I try to run...
curl -Lo minikube \ && chmod +x minikube... I got following error.
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443
For more details please check attached screenshot.
OS Version:Ubuntu 18.04.3 LTS
Curl Version: curl 7.58.0 (x86_64-pc-linux-gnu)
OpenSSL Version: OpenSSL/1.1.1
So far I've tried to run this command by downgrading curl to 7.33, upgrading to 7.68 and even reinstalled my OS and tried this command but its always shows me same error. I've been scratching my head to solve this problem for last 2 night any suggestion or solution would be much appreciated.
11 Answer
It was my router issue
Please check your router to see if it is doing a transparent proxy for you?
If it is, then you may want to turn that off.
If you can't turn it off, then you might want to install a VPN solution that will allow you to bypass it.
Just a thought.
Just got this solution from here