-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
option to disable tls verification? #208
Comments
That doesn't work yet. I'll have to hand over a custom http client which has TLS disabled. Tomorrow I'll have a look at it. |
I implemented an option to disable TLS for Gitlab. Just add You can either rebuild gickup from the Please let me know if it works for you. |
i did a rebuild of your skip tls branch but it did not work source: destination: |
did you get the same error message? |
Also could you do me a favor and try if the import of a project works directly in Gitlab? |
this is the error message: 2024-02-22T13:56:44+01:00 INF mirroring repo01 to https://gitlab.test.xxx stage=gitlab url=https://gitlab.test.xxx 2024-02-22T13:56:44+01:00 ERR POST https://gitlab.test.xxx/api/v4/projects: 422 {message: HTTP open_ssl/ssl/ssl_error error: SSL_connect returned=1 errno=0 peeraddr=10.100.1.1:443 state=error: certificate verify failed (self signed certificate in certificate chain)} stage=gitlab url=https://gitlab.test.xxx |
I will set up a gitlab instance with a self-signed certificate and try to replicate this issue |
Also another thing that I just remembered. Do your instances have an enterprise license? |
nope add the moment there is no ee licence installed |
i try to sync from gitlab to gitlab and get the following error:
ERR POST https://gitlab.itest.lan/api/v4/projects: 422 {message: HTTP open_ssl/ssl/ssl_error error: SSL_connect returned=1 errno=0 peeraddr=1.2.3.4:443 state=error: certificate verify failed (self signed certificate in certificate chain)}
but from the host i am using the certificate CA ist correctly integrated - a test with openssl s_client -connect ... works fine
how can i disable the tls verification?
The text was updated successfully, but these errors were encountered: