Failed to configure token

Hi everyone, I am using the Ubuntu 14.04 and use the rclone to connect the Google drive, but I get a error:
2018/04/06 22:23:43 Failed to configure token: failed to get token: Post https://accounts.google.com/o/oauth2/token: malformed HTTP response “\x05\x00”
can anyone have seen this problem?
I use the browser can log the google drive, and set HTTPS_PROXY envirment.

I haven’t seen that error before…

I immediately suspect the HTTPS_PROXY but that may be incorrect!

Thanks. I am a novice to the Linux and I got a error when I set HTTPS_PROXY = 127.0.0.1:1080. After google, I find the HTTPS_PROXY should be set socks5://127.0.0.1:1080 and everything is ok.

1 Like