Hi! > But recenlty I get this error > > [ERROR] Failed to execute goal on project blazegraph-service: Could not > resolve dependencies for project > org.wikidata.query.rdf:blazegraph-service:war:0.2.4-SNAPSHOT: Could not > transfer artifact org.linkeddatafragments:ldfserver:war:0.1.1-wmf2 from/to > wmf.mirrored (http://archiva.wikimedia.org/repository/mirrored): peer not > authenticated -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > > > I wonder if anyone have the same problem?
Yes, I had the same. It's because Java did not have the root certificate that Let's Encrypt is using, and WMF Archiva is using such certificate now. I think Java upgrade should solve it, but if not, you need to manually add their cert (should be available on the site) using keytool. There are a number of guides on how to do it available on stack overflow and otherwise, though I don't have the link right now (did it a week or so ago). If you don't find it, ping me I'll try to dig it up. -- Stas Malyshev [email protected] _______________________________________________ Wikidata mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata
