Skip to content
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

Cache does not restore due to an SSL problem #1431

Open
runburg opened this issue Jul 11, 2024 · 2 comments
Open

Cache does not restore due to an SSL problem #1431

runburg opened this issue Jul 11, 2024 · 2 comments

Comments

@runburg
Copy link

runburg commented Jul 11, 2024

I am trying to cache some build products on a self-hosted Windows 11 runner. GitHub Enterprise is running version 3.12.0 and I am using v3 of cache (which is v3.3.2 according to the tags).

We are seeing an issue where the cache is stored correctly,:

Post job cleanup.
C:\Windows\System3[2](https://<my repository>/actions/runs/22/job/61#step:13:2)\tar.exe --posix -cf cache.tgz --exclude cache.tgz -P -C C:/actions-runner/_work/<repo path> --files-from manifest.txt -z
Cache Size: ~1 MB (1545444 B)
Cache saved successfully
Cache saved with key: BaselineAAT-a0ee07a426cbae7009426045c8b4a70b3222ab91

but when it goes to restore we see this warning message:

Warning: Failed to restore: downloadCache failed: write EPROTO 11588:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:

Cache not found for input keys: BaselineAAT-a0ee07a426cbae7009426045c8b4a70b3222ab91

I can also see that this cache exists in the Actions -> Management -> Caches pane.

Any thoughts on getting this working? Thanks!

@dylan-1109
Copy link

I am having similar issue. Does your cache storage server URL only support http protocol?

@eeliu
Copy link

eeliu commented Feb 20, 2025

+1 , me either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants