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

certificate has expired #248

Closed
2 of 5 tasks
dready opened this issue Nov 12, 2021 · 6 comments
Closed
2 of 5 tasks

certificate has expired #248

dready opened this issue Nov 12, 2021 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@dready
Copy link

dready commented Nov 12, 2021

Description:
Since today i get the error certificate has expired when running the setup-java action in my github project. It runs on ubuntu-latest.

I have changed nothing in the setup for a longer time and it did not have any problems yesterday. I was running the step with java 8, then i tried version 17 (thought, maybe the version is the problem). Still the same.

Screenshot from 2021-11-12 13-08-20

Task version:
v2

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Repro steps:
Just ran the setup task with an error response.

Expected behavior:
It should just install java.

Actual behavior:
I get the error response "certificate has expired".

@wiebeck
Copy link

wiebeck commented Nov 12, 2021

Same happens here with:

- name: Setup Java and Dependency Caching
  uses: actions/setup-java@v2
  with:
    distribution: 'temurin'
    java-version: '11'
    cache: 'gradle'

@svenjacobs
Copy link

svenjacobs commented Nov 12, 2021

I believe the problem is api.adoptium.net. Its certificate expired today at 12:29:15 CET.

Screenshot 2021-11-12 at 13 44 13

@dmitry-shibanov
Copy link
Contributor

Hello everyone, could you please check if it works for you now ?

@sehenst
Copy link

sehenst commented Nov 12, 2021

Hello everyone, could you please check if it works for you now ?

Works for me now:
image

@dmitry-shibanov

@dready
Copy link
Author

dready commented Nov 12, 2021

Yes, works. Sorry for all the fuzz. Should i close the bug?

@dmitry-shibanov
Copy link
Contributor

Thank you all for confirmation.
Do not worry @dready. Thank you for the fast report of the issue. I think the issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants