小编Mat*_*att的帖子

'Peer Not Authenticated',parse.com SSL证书已过期

在Android Studio上进行分级时,我正在努力解决"Peer Not Authenticated"问题.当我尝试清理我的项目时,AS告诉我问题来自https://maven.parse.com/repo/com/parse/tools/gradle/maven-metadata.xml

使用互联网浏览器,我看到*.parse.com的SSL证书已于24日星期四过期...我已经尝试用'http'替换'https'以绕过检查,但它没有'工作.

这是我的build.gradle文件的头部:

apply plugin: 'com.android.application'
apply plugin: 'com.parse'

buildscript {
    repositories {
        mavenCentral()
        maven { url 'https://maven.parse.com/repo' }
    }
    dependencies {
        classpath 'com.parse.tools:gradle:1.+'
    }
}
Run Code Online (Sandbox Code Playgroud)

android maven parse-platform

3
推荐指数
1
解决办法
305
查看次数

标签 统计

android ×1

maven ×1

parse-platform ×1