You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to connect this with gitlab. Receiving these errors when I debug. Not sure why http request failed or why requested url is different. It's including encoded slash after username (not sure if that's a problem but it's not in my functions.php.
No updates found.
The update checker encountered 4 API errors.
Could not retrieve version information from the repository. This usually means that the update checker either can't connect to the repository or it's configured incorrectly.
Error code:
puc-no-update-source
The text was updated successfully, but these errors were encountered:
It's been a while since I've seen one of these, but I think this SSL error probably means that the certificate bundle on your server is out of date. The bundle file path is usually set by the curl.cainfo or the openssl.cafile option in php.ini. Unfortunately, I can't give you specific instructions for updating the certificate bundle - I'm not very familiar with the process, and it can vary depending on the OS.
Do you know why when we provide the proper URL in the functions file, why the requested URL is different adding /api/v4/projects and adding the encoded "/" (%2F)?
Trying to connect this with gitlab. Receiving these errors when I debug. Not sure why http request failed or why requested url is different. It's including encoded slash after username (not sure if that's a problem but it's not in my functions.php.
No updates found.
The update checker encountered 4 API errors.
Error code:
http_request_failed
Requested URL:
https://gitlab.domain.net/api/v4/projects/username%2Fgit-repo/releases?per_page=1
Error code:
http_request_failed
Requested URL:
https://gitlab.domain.net/api/v4/projects/username%2Fgit-repo/repository/tags
Error code:
http_request_failed
Requested URL:
https://gitlab.domain.net/api/v4/projects/username%2Fgit-repo/repository/branches/main
Error code:
puc-no-update-source
The text was updated successfully, but these errors were encountered: