-
Notifications
You must be signed in to change notification settings - Fork 27
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
Disable SSL Veriry #5
Comments
no ideas ? :-( |
Hi. Do you have a valid SSL certificate on your GitLab instance? I imagine this is caused as the requests library sets SSL verify as true by default, and it’s configured in GitLab Watchman to verify SSL as well. It’s debatable the merits of turning this off, and I ’m reluctant to change it to not check by default as really most environments should be using a valid SSL certificate for GitLab instances. If you’re building from source, you could change it yourself by modifying line 29 in gitlab-watchman/gitlab_watchman/gitlab_wrapper.py to Let me know how it goes. |
Hey! Thx u for feedback!
|
any ideas? |
Hey!
I got the
error Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED
on every stepHow can i disable it to check without SSL?
The text was updated successfully, but these errors were encountered: