julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.37k stars 330 forks source link

Gatekeeper issues (Killed: 9, CSSMERR_TP_CERT_REVOKED) #233

Closed qqilihq closed 7 years ago

qqilihq commented 7 years ago

Environment

Steps to reproduce

  1. Downloaded the new 1.8.0 binary
  2. Did some successful tests in Terminal.app
  3. Suddenly I cannot launch the binary any longer:
    $ ./terminal-notifier 
    Killed: 9
  4. Checked via spctl:
    $ spctl --assess terminal-notifier
    terminal-notifier: CSSMERR_TP_CERT_REVOKED
  5. Tried adding an explicit exception via spctl:
    $ spctl --add --label "allow terminal-notifier" ./terminal-notifier
    ./terminal-notifier: invalid API object reference

Also tried

Known issue or is it just me? Any hints?

julienXX commented 7 years ago

Never stumbled across this, I'll try to reproduce.

qqilihq commented 7 years ago

Thanks for getting back. Some update: We were able to reproduce this on three different machines in the meantime.

julienXX commented 7 years ago

@qqilihq were you able to reproduce using homebrew for installation by any chance?

qqilihq commented 7 years ago

@julienXX Woohoo. Just gave it a try: The homebrew version works indeed! (it doesn't seem to be signed, right?)

julienXX commented 7 years ago

Right, I'll re-release the binary unsigned then. Thanks for reporting this issue!

julienXX commented 7 years ago

Updated the release if you want to try eventually.

qqilihq commented 7 years ago

Confirmed working! Many thanks!