kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
141 stars 45 forks source link

[WIP] Check libwebsockets repo #137

Closed ityuhui closed 1 year ago

ityuhui commented 1 year ago

The libwebsockets download failed during the GitHub Action recently.

This PR triggers the action and try to find the reason.

echo -n | openssl s_client -showcerts -connect libwebsockets.org:443   2>/dev/null  | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'   | openssl x509 -noout -text | grep "CA Issuers" | head -1
k8s-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ityuhui

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-client/c/blob/master/OWNERS)~~ [ityuhui] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ityuhui commented 1 year ago

Close this PR since the issue goes away.

Maybe libwebsockets.org updates its TLS certificate to resovle this issue.