mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 18:35:55 +03:00
[GH-ISSUE #22] cat: cert_pass.txt: No such file or directory #17
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sourcelocation on GitHub (Mar 13, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/22
Hi, I have this issue with my CI builder when uploading it with the web interface. How can I fix it?


@ViRb3 commented on GitHub (Mar 13, 2021):
The real error is in line 8: the job fetch request fails because the SECRET_URL is invalid. The cert_pass.txt error is just a consequence because nothing was downloaded. I guess the script should have stopped before that.
Anyway, the SECRET_URL is set automatically by the service, and it's either what you set in
server_urlin the config, or it's automatically fetched from ngrok if you ran the service with-ngrok-port 4040. What is your case?@sourcelocation commented on GitHub (Mar 13, 2021):
I ran it using the second method you described
@sourcelocation commented on GitHub (Mar 13, 2021):
I fixed this problem by re-running ngrok and iOS Signer Service. Now everything is working fine! Thanks