server certificate verification failed. CAfile: none CRLfile: none #25232
Replies: 6 comments 5 replies
-
https://github.com/containerbase/base/blob/main/docs/custom-root-ca.md |
Beta Was this translation helpful? Give feedback.
-
Are there any updates with this issue? I am also receiving the same error while trying to run renovate in self hosted gitlab. My issue seems to be that the root certificate is not being picked up? Any idea how to solve this? I ve set NODE_EXTRA_CA_CERTS = /path.to.cer Also I had to set a variable NODE_TLS_REJECT_UNAUTHORIZED = '0' because i had this error: UNABLE_TO_VERIFY_LEAF_SIGNATURE. |
Beta Was this translation helpful? Give feedback.
-
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsIf you're running self-hosted, run with Insufficient logsSelect me to read instructionsIf you already gave us a log, and the Renovate team said it's not enough, then follow the instructions from the No logs at all section. Formatting your logsSelect me to read instructionsPlease put your logs in a
Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
This is my gitlab-ci.yml `image: nexus-prod.myhost:9001/cip/renovate:37.109.0-slim-R1.137 variables: cache: renovate: This is my config.js
This is my renovate.json Select me to see logs�[0KRunning with gitlab-runner 14.10.0 (c6bb62f6)�[0;m �[32;1mSkipping Git submodules setup�[0;m In fact I had to this line to bypass another error NODE_TLS_REJECT_UNAUTHORIZED: '0' but i dont think its right either. But i just want to make it work and come back to this. |
Beta Was this translation helpful? Give feedback.
-
Hi, please format any copy/pasted code or logs so they're readable. You can find a Markdown code formatting guide here as well as some GitHub-specific information formatting code blocks here. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
Hello, for anyone trying to fix the issue, I didn't find a good solution right now but the reason it's failing is not because renovate script can't reach your private Source Code Management platform, but because it tries to do some git clone under the hood (I guess) and git cannot reach your SCM. Setting Edit:
|
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us what version of Renovate you run.
37.13
If you're self-hosting Renovate, select which platform you are using.
GitLab self-hosted
Was this something which used to work for you, and then stopped?
I am trying to get this working for the first time
Describe the problem
trying to setup renovate with my self-hosted gitlab instance version
16.3.5-ee
git is throwingMy job looks like
before adding
NODE_EXTRA_CA_CERTS
env var it was throwing #25129 already solved by @rarkinsRelevant debug logs
Logs
Have you created a minimal reproduction repository?
I have linked to a minimal reproduction in the description above
Beta Was this translation helpful? Give feedback.
All reactions