Gitlab ne peut pas ouvrir l'erreur git-upload-pack

J'ai été en utilisant Gitlab sans problèmes pour un couple de mois maintenant.
Mais, depuis hier, je ne peux pas "atteindre" (fetch, pousser,...) Gitlab de mon Eclipse IDE plus.

Peu importe si je suis en train de travailler dans mon entreprise (qui aurait été un problème de proxy) ou à la maison.

Je reçois le message d'erreur suivant :

https://gitlab.com/XXX/XXX.git: 
    cannot open git-upload-pack
    cannot open git-upload-pack

De regarder mon Eclipse .logla cause est :

Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    at sun.security.ssl.Alerts.getSSLException(Unknown Source)
    at sun.security.ssl.Alerts.getSSLException(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
    at org.eclipse.jgit.transport.http.JDKHttpConnection.getResponseCode(JDKHttpConnection.java:98)
    at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:168)
    at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:460)
    ... 10 more

Ajoutant http.sslVerify=false dans mon Eclipse/configuration Git n'a pas aidé...

Aucune idée de pourquoi c'est (tout à coup) qui se passe?

source d'informationauteur Laurent Le Moux