mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-27 10:55:49 +03:00
[GH-ISSUE #27] 404 error #20
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#20
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 @oneday95 on GitHub (Mar 19, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/27
I completed the ssl reverse direction, but I can't receive the cert_pass file by 404 error. Please help me.
@oneday95 commented on GitHub (Mar 19, 2021):
@ViRb3 commented on GitHub (Mar 19, 2021):
Hello. You've shown two different errors here. In the first screenshot the builder can't reach the
$SECRET_URL/jobsendpoint, resulting in a 404. In the second error, the file that the builder downloaded seems to be invalid - not the tar archive that it is supposed to be. From your screenshots I can't tell almost anything about your setup, so I can't help. Please create a new issue and fill in theBug reporttemplate, then I will be able to help. Both of these errors sound like you using an old version of the service and/or builder repo. Try updating both before opening the new issue.@oneday95 commented on GitHub (Mar 19, 2021):
I'll ask you one more question and post a new issue. Which pullder should I make jobs?
@ViRb3 commented on GitHub (Mar 19, 2021):
Could you please rephrase your question? If you're asking which builder to use, I recommend ios-signer-ci. Check the installation guide for more information and recommendations.
@oneday95 commented on GitHub (Mar 19, 2021):
Do I have to put the jobs puller in the data puller when I use this ios-signer-service-Ci? I'm sorry to bother you so much.
@ViRb3 commented on GitHub (Mar 19, 2021):
No problem, you're not bothering me. I'm sorry but I can't understand what you're asking me. Could you please re-phrase your question?
@oneday95 commented on GitHub (Mar 19, 2021):
Should I put /jobs in the data pullder?
@ViRb3 commented on GitHub (Mar 19, 2021):
/jobsis an endpoint (part of URL), you don't put it anywhere. It is exposed by the web service and used by the builder to download the sign files. The full URL is created using theserver_urlproperty in the configuration file. The full URL will be sent from the web service to the builder automatically. If you follow the installation guide, it should work.@oneday95 commented on GitHub (Mar 20, 2021):
I can access the web, but CI can't access it.
@ViRb3 commented on GitHub (Mar 20, 2021):
Please open a new issue and fill in the template, I can't help you with so little information.
@oneday95 commented on GitHub (Mar 24, 2021):
It's suddenly settled. :) It runs fast in reverse direction. Thank you. :)