Good day to all. A couple of days ago a strange error appeared in Intelij IDEA:
Software caused connection abort: recv failed
Maven stopped pulling dependencies.
Made mvn -X clean package
The entire stackTrace will not result in errors only:
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.apache.maven.plugins: maven-clean-plugin: pom: 2.5 from / to central ( https://repo.maven.apache.org / maven2 ): Remote host closed connection during handshake
Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.apache.maven.plugins: maven-clean-plugin: pom: 2.5 from / to central ( https://repo.maven.apache.org / maven2 ): Remote host closed connection during handshake
Caused by: org.apache.maven.wagon.TransferFailedException: Remote host closed connection during handshake
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
Caused by: java.io.EOFException: SSL peer shut down incorrectly
Windows 10 environment with all the latest updates.
Java version "1.8.0_172".
Apache Maven 3.5.3
IntellijIDEA latest version.
Thanks in advance for your answers.