Slackbot
11/18/2022, 2:34 PMChris Lee
11/18/2022, 2:35 PMSriHarsha
11/18/2022, 2:36 PMSriHarsha
11/18/2022, 2:37 PMChris Lee
11/18/2022, 2:37 PMSriHarsha
11/18/2022, 2:41 PMCould not resolve io.reactivex.rxjava3:rxjava:3.1.5.
> Could not get resource '<https://repo.maven.apache.org/maven2/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom>'.
> Could not HEAD '<https://repo.maven.apache.org/maven2/io/reactivex/rxjava3/rxjava/3.1.5/rxjava-3.1.5.pom>'.
> The server may not support the client's requested TLS protocol versions: (TLSv1.2, TLSv1.3). You may need to configure the client to allow other protocols to be used. See: <https://docs.gradle.org/7.5.1/userguide/build_environment.html#gradle_system_properties>
> PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
SriHarsha
11/18/2022, 2:41 PMChris Lee
11/18/2022, 2:42 PMSriHarsha
11/18/2022, 2:43 PMgrossws
11/18/2022, 2:43 PMgrossws
11/18/2022, 2:45 PMVampire
11/18/2022, 2:46 PMjavax.net.debug
system property to all
to get the SSL debug output and find out what is going wrong with the HTTPS communication.
isAllowInsecureProtocol
only helps if you want to use HTTP, not if the HTTPS communication is broken.Thomas Broyer
11/18/2022, 3:05 PMI've imported the certs as wellIn the JDK's truststore? Depending on the JDK and how it was installed, it might or might not use the system's truststore.
Chris Lee
11/18/2022, 3:06 PMSriHarsha
11/18/2022, 3:07 PMChris Lee
11/18/2022, 3:07 PMSriHarsha
11/18/2022, 3:08 PMChris Lee
11/18/2022, 3:08 PM<https://repo.maven.apache.org>
SriHarsha
11/18/2022, 3:29 PM