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

Failure in Sequel Pro curl #105

Open
precursorca opened this issue May 12, 2022 · 5 comments
Open

Failure in Sequel Pro curl #105

precursorca opened this issue May 12, 2022 · 5 comments

Comments

@precursorca
Copy link

Use of undefined key in variable substitution: 'version' Command ''/usr/bin/curl', '--compressed', '--location', '[https://www.sequelpro.com/appcast/app-releases.xml']' returned non-zero exit status 60. Failed.

@flammable
Copy link
Member

Yep, seeing the same thing. Here's the full output when I run my recipe override:

% autopkg run -v local.munki.SequelPro
Processing local.munki.SequelPro...
SparkleUpdateInfoProvider
Command '['/usr/bin/curl', '--compressed', '--location', 'https://www.sequelpro.com/appcast/app-releases.xml']' returned non-zero exit status 60.
Failed.
Receipt written to /Users/localadmin/Library/AutoPkg/Cache/local.munki.SequelPro/receipts/local.munki-receipt-20220512-113526.plist

The following recipes failed:
    local.munki.SequelPro
        Error in local.munki.SequelPro: Processor: SparkleUpdateInfoProvider: Error: Command '['/usr/bin/curl', '--compressed', '--location', 'https://www.sequelpro.com/appcast/app-releases.xml']' returned non-zero exit status 60.

Nothing downloaded, packaged or imported.

@homebysix
Copy link
Member

Running curl against that URL reveals the issue:

% curl "https://www.sequelpro.com/appcast/app-releases.xml"
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

And some details from openssl:

% openssl s_client -verify_return_error -connect sequelpro.com:443           
CONNECTED(00000005)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = sequelpro.com
verify error:num=10:certificate has expired
notAfter=Apr 26 11:10:40 2022 GMT
verify return:0
---
Certificate chain
 0 s:/CN=sequelpro.com
   i:/C=US/O=Let's Encrypt/CN=R3
 1 s:/C=US/O=Let's Encrypt/CN=R3
   i:/C=US/O=Internet Security Research Group/CN=ISRG Root X1
 2 s:/C=US/O=Internet Security Research Group/CN=ISRG Root X1
   i:/O=Digital Signature Trust Co./CN=DST Root CA X3
---

I'd suggest politely reporting this to the developer.

@flammable
Copy link
Member

flammable commented May 12, 2022

Thanks! Upon further investigation, it looks like the project is abandoned. Someone made a fork that's being actively maintained. This recipe can probably be deprecated.

@flammable
Copy link
Member

Actually, I made a couple of recipes for Sequel Ace (thanks to the recipe robot!). Please give them a try.

@precursorca
Copy link
Author

precursorca commented May 12, 2022 via email

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