gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Exception caught:org.gitlab4j.api.GitLabApiException: javax.net.ssl.SSLProtocolException: Connection reset

Open stevemayster opened this issue 3 years ago • 0 comments

Hello. I'm trying to setup Gitlab Branch Source Plugin which use gitlab4j-api. When i try to get list of projects in Gitlab CE i have this error: Exception caught:org.gitlab4j.api.GitLabApiException: javax.net.ssl.SSLProtocolException: Connection reset java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448) at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:165) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:108) Caused: javax.net.ssl.SSLProtocolException: Connection reset

Can you please tell where is a problem?

stevemayster avatar Feb 16 '23 09:02 stevemayster