How to solve the error"Cause:peer not authenticated"?

I’m trying to transfer the Gradle repository to a new web address which is our repository built on the local environment ,and the web address uses the https protocol.But a mistake comes out saying"Error:Cause:peer not authenticated" when l make project.How can I solve this problem?

I find it seems that the repository adress is the https protocol,and the certificate authentication cannot be verified,which causes the server cannot download the required files from the repository.How can I solve this problem?

were u able find a solution