Ssl Certificate Expired Exception
I am running an already developed project, It's occurring SSL Certificate Expired Exception, and It is not building the project, Gradle build not running. It was working properly b
Solution 1:
That is not a problem with your app — Fabric's SSL certificate for their Maven artifact repository expired. Until they fix it, you will not be able to load artifacts from https://maven.fabric.io/public
.
Solution 2:
Error: Not After: 'date' or Error: java.security.cert.certificateexpiredexception If you Experience this error in android studio simply invalidate caches and restart.., on menu bar choose File->Invalidate Cache->Invalidate Cache and restart
Post a Comment for "Ssl Certificate Expired Exception"