Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
olegburca opened this issue Dec 15, 2021 · 4 comments

Comments

@olegburca
Copy link

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
Copy link
Contributor

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
Copy link
Author

olegburca commented Dec 15, 2021

@guiblondeau,
Thanks, that worked:
<repositories> <repository> <id>maven-restlet</id> <url>https://maven.restlet.talend.com</url> </repository>

@aj-stein-nist
Copy link

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
Copy link

ndw commented Dec 30, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants