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

update signing certificate for pre-built third-party bubdles #852

Closed
martinlippert opened this issue Sep 26, 2022 · 4 comments
Closed

update signing certificate for pre-built third-party bubdles #852

martinlippert opened this issue Sep 26, 2022 · 4 comments
Labels
for: eclipse something that is specific for Eclipse type: enhancement type: install-issue

Comments

@martinlippert
Copy link
Member

As reported here: https://stackoverflow.com/questions/73840447/how-do-i-resolve-an-expired-x509-certificate-issue-while-installing-sts4-from-ec

we need to update the signing certificate of the pre-built third-party bundles that we include (basically re-sign the bundles).

@Buzzardo
Copy link

Buzzardo commented Oct 4, 2022

Will this make it run on a Mac? It fails to run at present. I think the relevant bit of the crash report is Exception Type: EXC_CRASH (SIGKILL (Code Signature Invalid)).

@martinlippert
Copy link
Member Author

@Buzzardo No, the problem you are facing is a different one. You can solve it via executing this on the command line:

codesign --force --deep --sign - SpringToolSuite4.app

@Buzzardo
Copy link

Buzzardo commented Oct 5, 2022

Ah, OK. Thanks, Martin.

@martinlippert
Copy link
Member Author

Done, will be included in the next release (4.17.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse type: enhancement type: install-issue
Projects
None yet
Development

No branches or pull requests

2 participants