Skip to content Skip to sidebar Skip to footer

Host Name Does Not Match The Certificate Subject

I get this gradle error when I try to build my android project.I am using cwac-cam library. Error:Host name 'repo.commonsware.com.s3.amazonaws.com' does not match the certificate s

Solution 1:

I get this gradle error when I try to build my android project.I am using cwac-cam library.

There is no cwac-cam library that I know of.

The CWAC repository is at:

repositories {
    maven {
        url "https://s3.amazonaws.com/repo.commonsware.com"
    }
}

which is a slightly different URL than what you have.

Post a Comment for "Host Name Does Not Match The Certificate Subject"