Description
I encountered this error when using the mvn -Pnative package
command to package in an intranet environment:
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: javax.net.ssl.SSLHandshakeException: (certificate_unknown) PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target'))': /download/graalpy-wheels/numpy-1.26.4-graalpy311-graalpy242_311_native-manylinux_2_28_x86_64.whl
I use the following application version:
Java(TM) SE Runtime Environment Oracle GraalVM 24.0.1+9.1
GraalPy 3.11.7 (Oracle GraalVM Native 24.2.1)
Apache Maven 3.6.3
Please how can I solve this problem, thanks.