jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.81k stars 1.12k forks source link

Local build failure downloading jme3-natives due to expired certificate? #2050

Closed andygibson closed 1 year ago

andygibson commented 1 year ago

For the last couple of days, I'm getting local build failures :

Download natives from https://objects.jmonkeyengine.org/native-snapshots/3d49531fb98c8e41bf39d6a2167d5c3b95557148/jme3-natives.zip 
to /home/xxx/xxx/xxx/jmonkeyengine/build/3d49531fb98c8e41bf39d6a2167d5c3b95557148-natives.zip

FAILURE: Build failed with an exception.

* Where:
Build file '/home/xxx/xxx/xxx/jmonkeyengine/build.gradle' line: 219

* What went wrong:
Execution failed for task ':getNativesZipFile'.
> javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed

I tried the link in a browser and I get a security error, saying the cert expired 2 days ago. From my browser:

This server could not prove that it is objects.jmonkeyengine.org; its security certificate expired 2 days ago. This may be caused by a misconfiguration or an attacker intercepting your connection. 

Is this an issue for anyone else?

Ali-RS commented 1 year ago

I think we had a similar issue before. Pinging @riccardobl just in case

riccardobl commented 1 year ago

Should be solved now

Ali-RS commented 1 year ago

Thank you so much!