restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
645 stars 284 forks source link

Security certificate for https://maven.restlet.com/ expired, SOLR build fails #1390

Open olegburca opened 2 years ago

olegburca commented 2 years ago

Hello,

The security certificate for https://maven.restlet.com/ expired, SOLR build fails due to this. Can it be renewed, please?

Thank you!

[artifact:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal on project ngssearch: Could not resolve dependencies for project de.hybris.platform:ngssearch:jar:5.0.0.0-SNAPSHOT: Failed to collect dependencies at org.apache.solr:solr-core:jar:8.4.0 -> org.restlet.jee:org.restlet:jar:2.3.0: Failed to read artifact descriptor for org.restlet.jee:org.restlet:jar:2.3.0: Could not transfer artifact org.restlet.jee:org.restlet:pom:2.3.0 from/to maven-restlet (https://maven.restlet.com): PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed: NotAfter: Sat Dec 11 22:28:29 GMT 2021 -> [Help 1]

guiblondeau commented 2 years ago

Hello @olegburca,

Thanks for the reporting, we'll investigate it. In the meantime, to get the service back you can call https://maven.restlet.talend.com/ (https://maven.restlet.com/ redirects to https://maven.restlet.talend.com/)

Best regards,

olegburca commented 2 years ago

@guiblondeau, Thanks, that worked: `

maven-restlet https://maven.restlet.talend.com `
aj-stein-nist commented 1 year ago

Thanks to both of you, it was quick to find you already know about this. FYI/FYE, this breaks XML Calabash (a tool for task orchestration in XML tech stacks with a language called XProc) as well, not just Solr.

Example of a failed CI/CD job run reporting certificate expiration. I will switch around the URL for the time being.

/cc @ndw (XML Calabash maintainer, since I assume others will report it to you eventually)

ndw commented 1 year ago

Thanks. I think I fixed it by using the talend.com URI as well, though I'm not sure if I've pushed those changes into a release yet.