TLS -Protokollfehler beim Erstellen von JMIX 1.5.0 Projekt mit BOM 1.5.3Java

Java-Forum
Anonymous
 TLS -Protokollfehler beim Erstellen von JMIX 1.5.0 Projekt mit BOM 1.5.3

Post by Anonymous »

Problembeschreibung:
Während des Gradle -Build -Prozesses stellt das System aufgrund zweier Hauptprobleme keine sichere Verbindung zum JMIX -Repository (global.repo.jmix.io) her: < /p>
TLS -Protokollversion Fehlanpassung:
Der Server unterstützt die angeforderte TLS -Protokollversion des Clients (TLSV1.2)
Zertifikatpfad Validierung:
Der Build schlägt mit einem "PKIX -Pfad" fehl Fehlgeschlagener Fehler "Fehler, die Probleme mit der SSL -Zertifikat -Validierung < /p>
angeben

Code: Select all

81.75   Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
81.75       at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:148)
81.75       at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:129)
81.75       at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
81.75       at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
81.75       ... 319 more}
81.75
81.75 )
81.75 javax.net.ssl|DEBUG|15|Daemon worker|2025-02-13 20:31:38.833 UTC|SSLSocketImpl.java:1741|close the underlying socket
81.75 javax.net.ssl|DEBUG|15|Daemon worker|2025-02-13 20:31:38.833 UTC|SSLSocketImpl.java:1760|close the SSL connection (initiative)
81.85
81.85 FAILURE: Build failed with an exception.
81.85
81.85 * What went wrong:
81.85 A [url=viewtopic.php?t=11587]problem[/url] occurred configuring root project 'bondai'.
81.85 > Could not resolve all files for configuration ':widgets'.
81.85    > Could not resolve io.jmix.bom:jmix-bom:1.5.3.
81.85      Required by:
81.85          project :
81.85       > Could not resolve io.jmix.bom:jmix-bom:1.5.3.
81.85          > Could not get resource 'https://global.repo.jmix.io/repository/public/io/jmix/bom/jmix-bom/1.5.3/jmix-bom-1.5.3.pom'.
81.85             > Could not GET 'https://global.repo.jmix.io/repository/public/io/jmix/bom/jmix-bom/1.5.3/jmix-bom-1.5.3.pom'.
81.85                > The server may not support the client's requested TLS protocol versions: (TLSv1.2). You may need to configure the client to allow other protocols to be used. See: https://docs.gradle.org/7.6/userguide/build_environment.html#gradle_system_properties
81.85                   > PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post