-
Notifications
You must be signed in to change notification settings - Fork 93
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
Error - Failed to verify signature. Signature might have been tampered with. #32
Comments
Hi there! So, a You can try a different timestamp server to see if it makes a difference. Also, read this thread and see if it's helpful. 🤔 I'm not sure signing on an M1 will work (we're working on getting a new build, as well as other installation methods). Are you using a Mac with Apple Silicon? |
@ErinFinnegan - Wanted to add some insight, hope it is helpful. I previously built my plug-in on an Intel Mac. It worked for all Intel Mac and Windows users, but consistently failed for users with M1 chips with the error |
Lately signing on different operating systems definitely yields different results. 😖 There's a Windows bug blocking self-signing for some people... |
Dang, sounds like a rough task :/ Is there a public thread / channel I can follow to stay up to date RE cross-platform signing issues? Or I can just check release notes :p |
Most of the conversation is in the CEP issues: https://github.com/Adobe-CEP/CEP-Resources/issues?q=signature You could sign up for the monthly~ish Creative Cloud Developer newsletter (currently written and sent primarily by me). When there's a new ZXPSignCmd build I do mention it in the newsletter. When I do get release notes with a build I've been posting them in the ZXPSign repo: https://github.com/Adobe-CEP/CEP-Resources/blob/master/ZXPSignCMD/4.1.2/ReleaseNotes.md It's a bit tricky, in that the larger ZXPSign is used internally by teams at Adobe, but the tiny ZXPSignCmd portion used by third parties is not well understood. The newer UXP APIs that are slated to slowly replace CEP over time do away with the signing process, thankfully. |
OK, so, this has come up a couple of times, here's an update:
|
Possible solution... had this issue and the problem was a little hidden file in the node-modules. I was doing that on Windows, so an easy way to identify the hidden file is to rung the dir command as follows: dir /A:H /B /s this will point you to the problematic file, once I got rid of it (was not a critical one, otherwise make unhidden), issue solved. |
ZXPSignCmd certificate varification failed
Certificate is created successfully and zxp package as well. but while i try to verify it shows this error.
Error - Failed to verify signature. Signature might have been tampered with.
Can anyone help me out from where this error coming?
The text was updated successfully, but these errors were encountered: