-1
証明書をnexusにインストールしました。あなたの証明書が信頼されていないので、あなたはそれが自己署名証明書の場合のようにそれを追加する必要があります、チェーンの証明書が欠落しているようMaven + Nexus + Jenkins SSL証明書エラー
[ERROR] Failed to execute goal on project wf-base: Could not resolve dependencies for project 1.0.0o-SNAPSHOT: Failed to collect dependencies at 1.0.0o-SNAPSHOT:
Failed to read artifact descriptor for 1.0.0o-SNAPSHOT: Could not transfer artifact 1.0.0o-SNAPSHOT from/to Nexus (https://nexus.repository.link):
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
これらのコンポーネントはすべてプロキシの背後にありますが、重要かどうか – Danylo
私はこのスレッドを発見しました:https://stackoverflow.com/questions/7851153/unable-to-proxy-maven-repo-over-https-ssl-with-nexus 正解は、証明書をキーストアではなくトラストストアに追加します。 これを試して、いつ終了するか思い出す – Danylo