-
Notifications
You must be signed in to change notification settings - Fork 423
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
3.9.2 java 8 handshake_failure #368
Comments
this sounds like a problem on the base images, have you tried if it is reproducible there? |
@carlossg not yet |
same probleme here [ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:2.4.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.4.3: The following artifacts could not be resolved: org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 (absent): Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from/to nexus (https://a.b.c.d.el/repository/maven-group/): Received fatal alert: handshake_failure -> [Help 1] I guess there is a problem with maven 3.9.X and java 8m when server requries TLS 1.2+ ? |
Okey, I have switch from For alpine there are:
For non-alpine:
What solved my problem with TLS handshake |
The text was updated successfully, but these errors were encountered: