Ubuntu broke their #curl package for a while but seems to be fine again: github.com/curl/curl/issues/11…
curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it · Issue #11475 · curl/curl
I ran a docker image to install RUN mkdir github-action-runner && cd github-action-runner && curl -O -L https://github.com/actions/runner/releases/download/v2.305.0/actions-runner-linux-x64-2.305.0...GitHub
Sandro
in reply to daniel:// stenberg:// • • •daniel:// stenberg://
in reply to Sandro • • •Sandro
in reply to daniel:// stenberg:// • • •got it after someone posted a direct link to it I would have never found
@@ -64,7 +65,7 @@
/* We require at least 2 dots in pattern to avoid too wide wildcard
match. */
- wildcard_enabled = 1;
-- pattern_label_end = strchr(pattern, '.');
+ pattern_label_end = strchr(pattern, '.');
- if(!pattern_label_end || !strchr(pattern_label_end + 1, '.') ||
- pattern_wildcard > pattern_label_end ||
- strncasecompare(pattern, "xn--", 4)) {
Phillip Ross
in reply to daniel:// stenberg:// • • •daniel:// stenberg://
in reply to Phillip Ross • • •Phillip Ross
in reply to daniel:// stenberg:// • • •