signal-setup-guide icon indicating copy to clipboard operation
signal-setup-guide copied to clipboard

signal-server cant find "/v1/token/" path

Open asd318623946 opened this issue 3 years ago • 6 comments

127.0.0.1 - - [07/Jun/2021:10:34:09 +0000] "GET /v1/token/fe7c1bfae98f9b073d220366ea31163ee82f6d04bead774f71ca8e5c40847bfe HTTP/1.1" 404 43 "-" "Signal-Android/5.9.2 Android/29" 3

asd318623946 avatar Jun 09 '21 02:06 asd318623946

Which server version?

madeindra avatar Jun 09 '21 02:06 madeindra

Which server version?

V5.98, last version

asd318623946 avatar Jun 09 '21 03:06 asd318623946

hello,what is "https://api.backup.signal.org" , where have this server code, Please help me, thanks.

asd318623946 avatar Jun 09 '21 09:06 asd318623946

Maybe you can find here https://github.com/signalapp/SecureValueRecovery I saw the /v1/token in there

ikblmul avatar Jun 21 '21 11:06 ikblmul

127.0.0.1 - - [07/Jun/2021:10:34:09 +0000] "GET /v1/token/fe7c1bfae98f9b073d220366ea31163ee82f6d04bead774f71ca8e5c40847bfe HTTP/1.1" 404 43 "-" "Signal-Android/5.9.2 Android/29" 3

Its have 2 reason 404 : If you try create pin , you need build KBS service https://github.com/signalapp/SecureValueRecovery

if you try sync contact, you need build CDS service https://github.com/signalapp/ContactDiscoveryService

CDS and KBS will call api /v1/token/enclave-hex , depends what you do (create pin or sync contact) Before build that make sure your processor support SGX2 not SGX1

adityaasoleh avatar Mar 01 '22 01:03 adityaasoleh

hello,what is "https://api.backup.signal.org" , where have this server code, Please help me, thanks.

Its KBS service https://github.com/signalapp/SecureValueRecovery

adityaasoleh avatar Mar 01 '22 01:03 adityaasoleh