I received this error after creating a new project. In the build.gradle file, I had this:
jcenter()
I change it to the following and the error went away:
jcenter {
url "http://jcenter.bintray.com/"
}
I think this is because I am behind a firewall and specifying the url like so changes it from https to http