mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 18:35:55 +03:00
[GH-ISSUE #31] Cannot access the signing portal #22
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#22
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 @saleem202 on GitHub (Mar 27, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/31
Hi I cannot access the signing portal the following is what I get when I start the service
Welcome to Alpine!
You can install packages with: apk add
You may change this message by editing
/etc/motd.
Saleem-Urs-iPhone:~# ./start-signer.sh
Starting service...
2021/03/27 19:14:25 get config: read existing: de
code: yaml: line 1: did not find expected key
ngrok by @inconshreveable (Ctl+C to qu
it)
ngrok does not support a dynamic, color terminal
UI on solaris.
Access the web interface for connection and tunne
l status.
Version 2.3.35
Region United States (us)
Web Interface http://127.0.0.1:40
40
Press Ctrl+C / ^+C to stop...
@ViRb3 commented on GitHub (Mar 27, 2021):
Your
signer-cfg.ymlconfiguration file fails to decode, so it is probably corrupt. Please delete it, let the program create a new, correct file, and fill in your changes again.@saleem202 commented on GitHub (Mar 27, 2021):
Thanks Will try that and come back to you if it works
Sent from my iPhone
@saleem202 commented on GitHub (Mar 27, 2021):
Thanks that worked but when I upload the ipa after five minutes or so I get the following error
Safari cannot open the page The error was: “cannot parse response”.
Sent from my iPhone
@ViRb3 commented on GitHub (Mar 27, 2021):
Can you please share the full logs?
@saleem202 commented on GitHub (Mar 28, 2021):
The following is the log
Welcome to Alpine!
You can install packages with: apk add
You may change this message by editing /etc/motd.
Saleem-Urs-iPhone:~# ./start-signer.sh
Starting service...
ngrok by @inconshreveable (Ctl+C to qu
it)
ngrok does not support a dynamic, color terminal
UI on solaris.
Access the web interface for connection and tunne
l status.
Version 2.3.35
Region United States (us)
Web Interface http://127.0.0.1:40
40
2021/03/28 10:38:25 ngrok public URL: https://7e8
cc0677be5.ngrok.io
Press Ctrl+C / ^+C to stop...
⇨ http server started on 127.0.0.1:8080
{"time":"2021-03-28T10:39:47.275826Z","id":"","re
mote_ip":"2a00:11c0:9:996::1:1","host":"7e8cc0677
be5.ngrok.io","method":"GET","uri":"/","user_agen
t":"Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like
Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko
) Version/14.0.2 Mobile/15E148 Safari/604.1","sta
tus":401,"error":"code=401, message=Unauthorized"
,"latency":2767000,"latency_human":"2.767ms","byt
es_in":0,"bytes_out":27}
{"time":"2021-03-28T10:40:01.709378Z","id":"","re
mote_ip":"2a00:11c0:9:996::1:1","host":"7e8cc0677
be5.ngrok.io","method":"GET","uri":"/","user_agen
t":"Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like
Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko
) Version/14.0.2 Mobile/15E148 Safari/604.1","sta
tus":200,"error":"","latency":166873000,"latency_
human":"166.873ms","bytes_in":0,"bytes_out":10646
}
{"time":"2021-03-28T10:40:03.013553Z","id":"","re
mote_ip":"37.252.231.114","host":"7e8cc0677be5.ng
rok.io","method":"GET","uri":"/favicon.png","user
_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 14_3
like Mac OS X) AppleWebKit/605.1.15 (KHTML, like
Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1"
Sent from my iPhone