@@ -291,7 +291,7 @@ public class GitlabHTTPRequestor {
returnnull;
}
}catch(SSLHandshakeExceptione){
thrownewSSLHandshakeException("You can disable certificate checking by setting ignoreCertificateErrors on GitlabHTTPRequestor");
thrownewSSLHandshakeException("You can disable certificate checking by setting ignoreCertificateErrors on GitlabHTTPRequestor. SSL Error: "+e.getMessage());