1416 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
1 results tagged Artifactory x
  • ssl certificate - How to tell Maven to disregard SSL errors (and trusting all certs)? - Stack Overflow

    En essayant de builder une application avec maven, j'ai obtenu cette erreur :

    PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

    Traduction : maven a un problème de vérification de certificat SSL pour l'accès à un artifactory (dans mon cas).

    Remède proposé (et testé par moi-même) : ajouter des options à la ligne de commande de maven afin de lui faire ignorer ces erreurs SSL :

    mvn clean install -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true

    Note : maven utilisé en version 3.8.4

    Fri Mar 4 17:27:30 2022 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/21252800/how-to-tell-maven-to-disregard-ssl-errors-and-trusting-all-certs/21266642#21266642
    Artifactory Certificat Maven SSL
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation