I’m encountering an SSLHandshakeException whereas attempting to construct and set up a React Native app utilizing Gradle on my Home windows machine. The error happens when Gradle makes an attempt to resolve dependencies. Listed below are the main points of the error:
`* What went flawed:
An issue occurred configuring root undertaking ‘app_name’.
Couldn’t decide the dependencies of job ‘:gradle-plugin:compileKotlin’.
javax.internet.ssl.SSLHandshakeException: PKIX path constructing failed: solar.safety.supplier.certpath.SunCertPathBuilderException: unable to search out legitimate certification path to requested goal
Run with –stacktrace choice to get the stack hint.
Run with –info or –debug choice to get extra log output.
Run with –scan to get full insights.
Get extra assist at https://assist.gradle.org.
BUILD FAILED in 12s
error Failed to put in the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Construct failed with an exception. * What went flawed: An issue occurred configuring root undertaking ‘app_name’. > Couldn’t decide the dependencies of job ‘:gradle-plugin:compileKotlin’. > javax.internet.ssl.SSLHandshakeException: PKIX path constructing failed: solar.safety.supplier.certpath.SunCertPathBuilderException: unable to search out legitimate certification path to requested goal * Strive: > Run with –stacktrace choice to get the stack hint. > Run with –info or –debug choice to get extra log output. > Run with –scan to get full insights. > Get extra assist at https://assist.gradle.org. BUILD FAILED in 12s.`
I verified that my web connection is secure, Executed the construct with the –info flag to acquire detailed logs and ran gradlew cleanBuildCache to clear the Gradle cache however nothing appears to work. Kindly Assist.