У меня следующая ошибка после отладки загрузки maven с nexus в jenkins.
Openssl работает нормально, и сертификат является действительным, выданным Amazon.
BasicRepositoryConnector-nexus.pmc.pearsonprd.tech-2-0, handling exception: javax.net.ssl.SSLException: SSL peer shut down incorrectly
09:42:35 %% Invalidated: [Session-2, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256]
09:42:35 BasicRepositoryConnector-nexus.tech-2-0, SEND TLSv1.2 ALERT: fatal, description = unexpected_message
09:42:35 BasicRepositoryConnector-nexus.tech-2-0, WRITE: TLSv1.2 Alert, length = 26
09:42:35 BasicRepositoryConnector-nexus.tech-2-0, called closeSocket()
09:42:35 BasicRepositoryConnector-nexus.tech-2-0, called close()
09:42:35 BasicRepositoryConnector-nexus.tech-2-0, called closeInternal(true)
09:42:35
Ошибка Maven со следующей ошибкой.
09:42:35 [ERROR] Failed to execute goal on project hybris-package: Could not resolve dependencies for project com.sap:hybris-package:jar:1.0-SNAPSHOT: Could not transfer artifact com.sap.hybris:hybris-commerce-suite:zip:6.6.0.1 from/to thirdparty (https://nexus.tech/nexus/content/repositories/thirdparty): GET request of: com/sap/hybris/hybris-commerce-suite/6.6.0.1/hybris-commerce-suite-6.6.0.1.zip from thirdparty failed: SSL peer shut down incorrectly -> [Help 1]
Мой мыслительный процесс заключается в том, что это как-то связано с сетью или Java? Вы видели это раньше?