Gradle Peer not Authenticated
Opened this issue ยท 1 comments
repositories {
mavenCentral()
maven {
url "https://pex-repo.aoeu.xyz"
}
}
dependencies {
compile 'ru.tehkode:PermissionsEx:1.23'
}
> Could not get resource 'https://pex-repo.aoeu.xyz/ru/tehkode/PermissionsEx/1.23/PermissionsEx-1.23.pom'.
> Could not GET 'https://pex-repo.aoeu.xyz/ru/tehkode/PermissionsEx/1.23/PermissionsEx-1.23.pom'.
> peer not authenticated
The let's encrypt cert that is used on the repo server + forcing to use https throws this exception. Any suggestions?