Error while importing SBT Project: sun.security.validator.ValidatorException: PKIX path building failed
Hello
I am trying to open an SBT project in my IntelliJ community edition (version 2018.2.5). I am getting the following errors when it's trying to download the required libraries:
`Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/maven-releases/com/squareup/okio/okio-parent/1.12.0/okio-parent-1.12.0.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/maven-snapshots/com/squareup/okio/okio-parent/1.12.0/okio-parent-1.12.0.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okio/okio-parent/1.12.0/jars/okio-parent.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/ivy-snapshots/com.squareup.okio/okio-parent/1.12.0/jars/okio-parent.jar`
I know that sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target occurs when I don't have the server certificate in my Java Truststore (cacerts). However, when I try to open the link where I see this error, I see this:
The link I tried to open was : https://repo.scala-sbt.org/scalasbt/maven-releases/com/squareup/okio/okio-parent/1.12.0/okio-parent-1.12.0.jar but it got redirected to https://dl.bintray.com/sbt/maven-releases/com/squareup/okio/okio-parent/1.12.0/okio-parent-1.12.0.jar and says the requested path was not found. Not sure why this is happening and I also tried to add the certificate from the link to my cacerts but that didn't resolve the issue either.
I have a proxy setup and all the connections go through it. All the libraries in https://repo1.maven.org/ are getting downloaded as I have that certificate on my truststore. I am seeing issues only with https://repo.typesafe.com/ and https://repo.scala-sbt.org/ links.
Not sure why this is happening and how I can resolve it. Any help would be appreciated. Below is the full log:
Error while importing sbt project:
Getting org.scala-sbt sbt 1.2.3 (this may take some time)...
downloading https://repo1.maven.org/maven2/org/scala-sbt/sbt/1.2.3/sbt-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#sbt;1.2.3!sbt.jar (133ms)
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.jar ...
[SUCCESSFUL ] org.scala-lang#scala-library;2.12.6!scala-library.jar (1867ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/main_2.12/1.2.3/main_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#main_2.12;1.2.3!main_2.12.jar (703ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/logic_2.12/1.2.3/logic_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#logic_2.12;1.2.3!logic_2.12.jar (143ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/actions_2.12/1.2.3/actions_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#actions_2.12;1.2.3!actions_2.12.jar (198ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/main-settings_2.12/1.2.3/main-settings_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#main-settings_2.12;1.2.3!main-settings_2.12.jar (377ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/run_2.12/1.2.3/run_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#run_2.12;1.2.3!run_2.12.jar (144ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/command_2.12/1.2.3/command_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#command_2.12;1.2.3!command_2.12.jar (213ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/collections_2.12/1.2.3/collections_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#collections_2.12;1.2.3!collections_2.12.jar (311ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/scripted-sbt-redux_2.12/1.2.3/scripted-sbt-redux_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#scripted-sbt-redux_2.12;1.2.3!scripted-sbt-redux_2.12.jar (165ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/scripted-plugin_2.12/1.2.3/scripted-plugin_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#scripted-plugin_2.12;1.2.3!scripted-plugin_2.12.jar (202ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/launcher-interface/1.0.4/launcher-interface-1.0.4.jar ...
[SUCCESSFUL ] org.scala-sbt#launcher-interface;1.0.4!launcher-interface.jar (195ms)
downloading https://repo1.maven.org/maven2/com/github/cb372/scalacache-caffeine_2.12/0.20.0/scalacache-caffeine_2.12-0.20.0.jar ...
[SUCCESSFUL ] com.github.cb372#scalacache-caffeine_2.12;0.20.0!scalacache-caffeine_2.12.jar (196ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/io_2.12/1.2.1/io_2.12-1.2.1.jar ...
[SUCCESSFUL ] org.scala-sbt#io_2.12;1.2.1!io_2.12.jar (382ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/util-logging_2.12/1.2.2/util-logging_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#util-logging_2.12;1.2.2!util-logging_2.12.jar (431ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/librarymanagement-core_2.12/1.2.1/librarymanagement-core_2.12-1.2.1.jar ...
[SUCCESSFUL ] org.scala-sbt#librarymanagement-core_2.12;1.2.1!librarymanagement-core_2.12.jar (582ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/librarymanagement-ivy_2.12/1.2.1/librarymanagement-ivy_2.12-1.2.1.jar ...
[SUCCESSFUL ] org.scala-sbt#librarymanagement-ivy_2.12;1.2.1!librarymanagement-ivy_2.12.jar (414ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/compiler-interface/1.2.2/compiler-interface-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#compiler-interface;1.2.2!compiler-interface.jar (379ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc-compile_2.12/1.2.2/zinc-compile_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc-compile_2.12;1.2.2!zinc-compile_2.12.jar (299ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/util-relation_2.12/1.2.2/util-relation_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#util-relation_2.12;1.2.2!util-relation_2.12.jar (398ms)
downloading https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-scalajson_2.12/0.8.2/sjson-new-scalajson_2.12-0.8.2.jar ...
[SUCCESSFUL ] com.eed3si9n#sjson-new-scalajson_2.12;0.8.2!sjson-new-scalajson_2.12.jar (332ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/util-position_2.12/1.2.2/util-position_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#util-position_2.12;1.2.2!util-position_2.12.jar (258ms)
downloading https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-core_2.12/0.8.2/sjson-new-core_2.12-0.8.2.jar ...
[SUCCESSFUL ] com.eed3si9n#sjson-new-core_2.12;0.8.2!sjson-new-core_2.12.jar (489ms)
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.jar ...
[SUCCESSFUL ] org.scala-lang#scala-reflect;2.12.6!scala-reflect.jar (1304ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/completion_2.12/1.2.3/completion_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#completion_2.12;1.2.3!completion_2.12.jar (272ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/task-system_2.12/1.2.3/task-system_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#task-system_2.12;1.2.3!task-system_2.12.jar (216ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/tasks_2.12/1.2.3/tasks_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#tasks_2.12;1.2.3!tasks_2.12.jar (208ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/testing_2.12/1.2.3/testing_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#testing_2.12;1.2.3!testing_2.12.jar (270ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/util-tracking_2.12/1.2.2/util-tracking_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#util-tracking_2.12;1.2.2!util-tracking_2.12.jar (195ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc-classpath_2.12/1.2.2/zinc-classpath_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc-classpath_2.12;1.2.2!zinc-classpath_2.12.jar (215ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc-apiinfo_2.12/1.2.2/zinc-apiinfo_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc-apiinfo_2.12;1.2.2!zinc-apiinfo_2.12.jar (236ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc-ivy-integration_2.12/1.2.2/zinc-ivy-integration_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc-ivy-integration_2.12;1.2.2!zinc-ivy-integration_2.12.jar (256ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc_2.12/1.2.2/zinc_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc_2.12;1.2.2!zinc_2.12.jar (247ms)
downloading https://repo1.maven.org/maven2/jline/jline/2.14.6/jline-2.14.6.jar ...
[SUCCESSFUL ] jline#jline;2.14.6!jline.jar (287ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/util-control_2.12/1.2.2/util-control_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#util-control_2.12;1.2.2!util-control_2.12.jar (190ms)
downloading https://repo1.maven.org/maven2/com/swoval/apple-file-events/1.3.2/apple-file-events-1.3.2.jar ...
[SUCCESSFUL ] com.swoval#apple-file-events;1.3.2!apple-file-events.jar (224ms)
downloading https://repo1.maven.org/maven2/net/java/dev/jna/jna/4.5.0/jna-4.5.0.jar ...
[SUCCESSFUL ] net.java.dev.jna#jna;4.5.0!jna.jar (857ms)
downloading https://repo1.maven.org/maven2/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.jar ...
[SUCCESSFUL ] net.java.dev.jna#jna-platform;4.5.0!jna-platform.jar (1184ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/util-interface/1.2.2/util-interface-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#util-interface;1.2.2!util-interface.jar (234ms)
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.12.6/scala-compiler-2.12.6.jar ...
[SUCCESSFUL ] org.scala-lang#scala-compiler;2.12.6!scala-compiler.jar (3345ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/util-cache_2.12/1.2.2/util-cache_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#util-cache_2.12;1.2.2!util-cache_2.12.jar (224ms)
downloading https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-murmurhash_2.12/0.8.2/sjson-new-murmurhash_2.12-0.8.2.jar ...
[SUCCESSFUL ] com.eed3si9n#sjson-new-murmurhash_2.12;0.8.2!sjson-new-murmurhash_2.12.jar (273ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/test-agent/1.2.3/test-agent-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#test-agent;1.2.3!test-agent.jar (187ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/compiler-bridge_2.12/1.2.2/compiler-bridge_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#compiler-bridge_2.12;1.2.2!compiler-bridge_2.12.jar (280ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc-classfile_2.12/1.2.2/zinc-classfile_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc-classfile_2.12;1.2.2!zinc-classfile_2.12.jar (191ms)
downloading https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar ...
[SUCCESSFUL ] com.jcraft#jsch;0.1.54!jsch.jar (338ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc-compile-core_2.12/1.2.2/zinc-compile-core_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc-compile-core_2.12;1.2.2!zinc-compile-core_2.12.jar (522ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc-core_2.12/1.2.2/zinc-core_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc-core_2.12;1.2.2!zinc-core_2.12.jar (442ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/zinc-persist_2.12/1.2.2/zinc-persist_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#zinc-persist_2.12;1.2.2!zinc-persist_2.12.jar (806ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/sbinary_2.12/0.5.0/sbinary_2.12-0.5.0.jar ...
[SUCCESSFUL ] org.scala-sbt#sbinary_2.12;0.5.0!sbinary_2.12.jar (325ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/core-macros_2.12/1.2.3/core-macros_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#core-macros_2.12;1.2.3!core-macros_2.12.jar (248ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/protocol_2.12/1.2.3/protocol_2.12-1.2.3.jar ...
[SUCCESSFUL ] org.scala-sbt#protocol_2.12;1.2.3!protocol_2.12.jar (333ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/ipcsocket/ipcsocket/1.0.0/ipcsocket-1.0.0.jar ...
[SUCCESSFUL ] org.scala-sbt.ipcsocket#ipcsocket;1.0.0!ipcsocket.jar (240ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/util-scripted_2.12/1.2.2/util-scripted_2.12-1.2.2.jar ...
[SUCCESSFUL ] org.scala-sbt#util-scripted_2.12;1.2.2!util-scripted_2.12.jar (267ms)
downloading https://repo1.maven.org/maven2/com/github/cb372/scalacache-core_2.12/0.20.0/scalacache-core_2.12-0.20.0.jar ...
[SUCCESSFUL ] com.github.cb372#scalacache-core_2.12;0.20.0!scalacache-core_2.12.jar (253ms)
downloading https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.5.6/caffeine-2.5.6.jar ...
[SUCCESSFUL ] com.github.ben-manes.caffeine#caffeine;2.5.6!caffeine.jar (658ms)
downloading https://repo1.maven.org/maven2/org/scala-sbt/ivy/ivy/2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310/ivy-2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310.jar ...
[SUCCESSFUL ] org.scala-sbt.ivy#ivy;2.3.0-sbt-b18f59ea3bc914a297bb6f1a4f7fb0ace399e310!ivy.jar (624ms)
:: problems summary ::
:::: ERRORS
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/maven-releases/com/squareup/okhttp3/parent/3.7.0/parent-3.7.0.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/maven-snapshots/com/squareup/okhttp3/parent/3.7.0/parent-3.7.0.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/jars/parent.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/ivy-snapshots/com.squareup.okhttp3/parent/3.7.0/jars/parent.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/maven-releases/com/squareup/okio/okio-parent/1.12.0/okio-parent-1.12.0.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/maven-snapshots/com/squareup/okio/okio-parent/1.12.0/okio-parent-1.12.0.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okio/okio-parent/1.12.0/jars/okio-parent.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/ivy-snapshots/com.squareup.okio/okio-parent/1.12.0/jars/okio-parent.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/maven-releases/com/google/protobuf/protobuf-parent/3.3.1/protobuf-parent-3.3.1.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/maven-snapshots/com/google/protobuf/protobuf-parent/3.3.1/protobuf-parent-3.3.1.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-parent/3.3.1/jars/protobuf-parent.jar
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo.scala-sbt.org/scalasbt/ivy-snapshots/com.google.protobuf/protobuf-parent/3.3.1/jars/protobuf-parent.jar
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
:: retrieving :: org.scala-sbt#boot-app
confs: [default]
80 artifacts copied, 0 already retrieved (28289kB/2150ms)
Getting Scala 2.12.6 (for sbt)...
:: retrieving :: org.scala-sbt#boot-scala
confs: [default]
5 artifacts copied, 0 already retrieved (19632kB/211ms)
[info] Loading settings for project global-plugins from idea.sbt ...
[info] Loading global plugins from C:\Users\user\.sbt\1.0\plugins
[info] Updating ProjectRef(uri("file:/C:/Users/user/.sbt/1.0/plugins/"), "global-plugins")...
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.squareup.okhttp3#okhttp;3.7.0: Resolution failed several times for dependency: com.squareup.okhttp3#okhttp;3.7.0 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[warn] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#okhttp;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/okhttp/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#okhttp;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/okhttp/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] Resolution failed several times for dependency: com.squareup.okhttp3#parent;3.7.0 {}::
[warn] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/jars/parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn]
[warn] :: com.squareup.okhttp3#okhttp-urlconnection;3.7.0: Resolution failed several times for dependency: com.squareup.okhttp3#okhttp-urlconnection;3.7.0 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[warn] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#okhttp-urlconnection;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/okhttp-urlconnection/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#okhttp-urlconnection;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/okhttp-urlconnection/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] Resolution failed several times for dependency: com.squareup.okhttp3#parent;3.7.0 {}::
[warn] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/jars/parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn]
[warn] :: com.google.protobuf#protobuf-java;3.3.1: Resolution failed several times for dependency: com.google.protobuf#protobuf-java;3.3.1 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[warn] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-java;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-java/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] sbt-plugin-releases: unable to get resource for com.google.protobuf#protobuf-java;3.3.1: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.google.protobuf/protobuf-java/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] Resolution failed several times for dependency: com.google.protobuf#protobuf-parent;3.3.1 {}::
[warn] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-parent/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] sbt-plugin-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.google.protobuf/protobuf-parent/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-parent/3.3.1/jars/protobuf-parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[warn]
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Unresolved dependencies path:
[warn] com.squareup.okhttp3:okhttp:3.7.0
[warn] +- com.eed3si9n:gigahorse-okhttp_2.12:0.3.0
[warn] +- org.scala-sbt:librarymanagement-core_2.12:1.2.1
[warn] +- org.scala-sbt:command_2.12:1.2.3
[warn] +- org.scala-sbt:scripted-sbt-redux_2.12:1.2.3
[warn] +- org.scala-sbt:main_2.12:1.2.3
[warn] +- org.scala-sbt:sbt:1.2.3
[warn] +- org.scala-sbt:global-plugins:0.0 (scalaVersion=2.12, sbtVersion=1.0)
[warn] com.squareup.okhttp3:okhttp-urlconnectio
n:3.7.0
[warn] +- org.scala-sbt:librarymanagement-core_2.12:1.2.1
[warn] +- org.scala-sbt:command_2.12:1.2.3
[warn] +- org.scala-sbt:scripted-sbt-redux_2.12:1.2.3
[warn] +- org.scala-sbt:main_2.12:1.2.3
[warn] +- org.scala-sbt:sbt:1.2.3
[warn] +- org.scala-sbt:global-plugins:0.0 (scalaVersion=2.12, sbtVersion=1.0)
[warn] com.google.protobuf:protobuf-java:3.3.1
[warn] +- com.trueaccord.scalapb:scalapb-runtime_2.12:0.6.0
[warn] +- org.scala-sbt:zinc-persist_2.12:1.2.2
[warn] +- org.scala-sbt:zinc_2.12:1.2.2
[warn] +- org.scala-sbt:actions_2.12:1.2.3
[warn] +- org.scala-sbt:main_2.12:1.2.3
[warn] +- org.scala-sbt:sbt:1.2.3
[warn] +- org.scala-sbt:global-plugins:0.0 (scalaVersion=2.12, sbtVersion=1.0)
[error] sbt.librarymanagement.ResolveException: unresolved dependency: com.squareup.okhttp3#okhttp;3.7.0: Resolution failed several times for dependency: com.squareup.okhttp3#okhttp;3.7.0 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#okhttp;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/okhttp/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#okhttp;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/okhttp/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] Resolution failed several times for dependency: com.squareup.okhttp3#parent;3.7.0 {}::
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/jars/parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error]
[error]
[error] unresolved dependency: com.squareup.okhttp3#okhttp-urlconnection;3.7.0: Resolution failed several times for dependency: com.squareup.okhttp3#okhttp-urlconnection;3.7.0 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#okhttp-urlconnection;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/okhttp-urlconnection/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#okhttp-urlconnection;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/okhttp-urlconnection/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] Resolution failed several times for dependency: com.squareup.okhttp3#parent;3.7.0 {}::
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/jars/parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error]
[error]
[error] unresolved dependency: com.google.protobuf#protobuf-java;3.3.1: Resolution failed several times for dependency: com.google.protobuf#protobuf-java;3.3.1 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[error] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-java;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-java/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.google.protobuf#protobuf-java;3.3.1: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.google.protobuf/protobuf-java/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] Resolution failed several times for dependency: com.google.protobuf#protobuf-parent;3.3.1 {}::
[error] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-parent/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.google.protobuf/protobuf-parent/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-parent/3.3.1/jars/protobuf-parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error]
[error]
[error] at sbt.internal.librarymanagement.IvyActions$.resolveAndRetrieve(IvyActions.scala:332)
[error] at sbt.internal.librarymanagement.IvyActions$.$anonfun$updateEither$1(IvyActions.scala:208)
[error] at sbt.internal.librarymanagement.IvySbt$Module.$anonfun$withModule$1(Ivy.scala:239)
[error] at sbt.internal.librarymanagement.IvySbt.$anonfun$withIvy$1(Ivy.scala:204)
[error] at sbt.internal.librarymanagement.IvySbt.sbt$internal$librarymanagement$IvySbt$$action$1(Ivy.scala:70)
[error] at sbt.internal.librarymanagement.IvySbt$$anon$3.call(Ivy.scala:77)
[error] at xsbt.boot.Locks$GlobalLock.withC
hannel$1(Locks.scala:95)
[error] at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:80)
[error] at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:99)
[error] at xsbt.boot.Using$.withResource(Using.scala:10)
[error] at xsbt.boot.Using$.apply(Using.scala:9)
[error] at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:60)
[error] at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:50)
[error] at xsbt.boot.Locks$.apply0(Locks.scala:31)
[error] at xsbt.boot.Locks$.apply(Locks.scala:28)
[error] at sbt.internal.librarymanagement.IvySbt.withDefaultLogger(Ivy.scala:77)
[error] at sbt.internal.librarymanagement.IvySbt.withIvy(Ivy.scala:199)
[error] at sbt.internal.librarymanagement.IvySbt.withIvy(Ivy.scala:196)
[error] at sbt.internal.librarymanagement.IvySbt$Module.withModule(Ivy.scala:238)
[error] at sbt.internal.librarymanagement.IvyActions$.updateEither(IvyActions.scala:193)
[error] at sbt.librarymanagement.ivy.IvyDependencyResolution.update(IvyDependencyResolution.scala:20)
[error] at sbt.librarymanagement.DependencyResolution.update(DependencyResolution.scala:56)
[error] at sbt.internal.LibraryManagement$.resolve$1(LibraryManagement.scala:45)
[error] at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$12(LibraryManagement.scala:93)
[error] at sbt.util.Tracked$.$anonfun$lastOutput$1(Tracked.scala:68)
[error] at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$19(LibraryManagement.scala:106)
[error] at scala.util.control.Exception$Catch.apply(Exception.scala:224)
[error] at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11(LibraryManagement.scala:106)
[error] at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11$adapted(LibraryManagement.scala:89)
[error] at sbt.util.Tracked$.$anonfun$inputChanged$1(Tracked.scala:149)
[error] at sbt.internal.LibraryManagement$.cachedUpdate(LibraryManagement.scala:120)
[error] at sbt.Classpaths$.$anonfun$updateTask$5(Defaults.scala:2550)
[error] at scala.Function1.$anonfun$compose$1(Function1.scala:44)
[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:40)
[error] at sbt.std.Transform$$anon$4.work(System.scala:67)
[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:269)
[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:16)
[error] at sbt.Execute.work(Execute.scala:278)
[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:269)
[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:178)
[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:37)
[error] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[error] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[error] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[error] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[error] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[error] at java.lang.Thread.run(Thread.java:745)
[error] (update) sbt.librarymanagement.ResolveException: unresolved dependency: com.squareup.okhttp3#okhttp;3.7.0: Resolution failed several times for dependency: com.squareup.okhttp3#okhttp;3.7.0 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#okhttp;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/okhttp/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#okhttp;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/okhttp/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] Resolution failed several times for dependency: com.squareup.okhttp3#parent;3.7.0 {}::
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/jars/parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error]
[error]
[error] unresolved dependency: com.squareup.okhttp3#okhttp-urlconnection;3.7.0: Resolution failed several times for dependency: com.squareup.okhttp3#okhttp-urlconnection;3.7.0 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#okhttp-urlconnection;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/okhttp-urlconnection/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#okhttp-urlconnection;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/okhttp-urlconnection/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] Resolution failed several times for dependency: com.squareup.okhttp3#parent;3.7.0 {}::
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.squareup.okhttp3/parent/3.7.0/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] typesafe-ivy-releases: unable to get resource for com.squareup.okhttp3#parent;3.7.0: res=https://repo.typesafe.com/typesafe/ivy-releases/com.squareup.okhttp3/parent/3.7.0/jars/parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error]
[error]
[error] unresolved dependency: com.google.protobuf#protobuf-java;3.3.1: Resolution failed several times for dependency: com.google.protobuf#protobuf-java;3.3.1 {compile=[compile(*), master(*)], runtime=[runtime(*)]}::
[error] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-java;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-java/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.google.protobuf#protobuf-java;3.3.1: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.google.protobuf/protobuf-java/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] Resolution failed several times for dependency: com.google.protobuf#protobuf-parent;3.3.1 {}::
[error] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-parent/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] sbt-plugin-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.google.protobuf/protobuf-parent/3.3.1/ivys/ivy.xml: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error] typesafe-ivy-releases: unable to get resource for com.google.protobuf#protobuf-parent;3.3.1: res=https://repo.typesafe.com/typesafe/ivy-releases/com.google.protobuf/protobuf-parent/3.3.1/jars/protobuf-parent.jar: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[error]
Please sign in to leave a comment.
Please see https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000094584-IDEA-Ultimate-2016-3-4-throwing-unable-to-find-valid-certification-path-to-requested-target-when-trying-to-refresh-gradle?page=1#community_comment_115000405564.