You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to set this up and run - seems there are lot of refactoring and updates to code parameters which are not reflected in README.
e.g This command doesn’t work
go run examples/signer-server.go --frequency 5s --logtostderr --body '{"sample": "request"}' --origin_callsign=ssai-serving.tk --url='http://ads.ad-exchange.tk:8090/request?param1=example¶m2=another' --send_requests
The path and params have changed to
go run examples/signer-server/signer-server.go -frequency 5s --body '{"sample": "request"}' -origin=ssai-serving.tk -url='http://ads.ad-exchange.tk:8090/request?param1=example¶m2=another' -send_requests
I will try to fix as much of this as possible and raise a PR. I would request code contributors to please update the readme as well.
Additionally I see there is no working domain with that I can test with ssai-serving.tk doesn’t work
No record found for _delivery._adscert.ssai.tk in 126.8093ms: lookup _delivery._adscert.ssai-serving.tk on 8.8.8.8:53: no such host
2022/04/09 00:06:16 counterparty lookup error
2022/04/09 00:06:16 SIGNATURE_DECODE_STATUS_COUNTERPARTY_LOOKUP_ERROR
Neither does publica-ssai.com doesn’t work - seems there is private key mismatch
2022/04/09 00:25:09 Found records for _delivery._adscert.publica-ssai.com in 63.009852ms: [v=adcrtd k=x25519 h=sha256 p=StWZV1kkgId0iOAmVLutWhWSv6SGuM-pdavckWrQKXY]
2022/04/09 00:25:21 SIGNATURE_DECODE_STATUS_INVALID_SIGNATURE
Can someone provide steps to get a bare minimum domain and key setup for validating this. Or am I missing something?
The text was updated successfully, but these errors were encountered:
Tried to set this up and run - seems there are lot of refactoring and updates to code parameters which are not reflected in README.
e.g This command doesn’t work
The path and params have changed to
I will try to fix as much of this as possible and raise a PR. I would request code contributors to please update the readme as well.
Additionally I see there is no working domain with that I can test with
ssai-serving.tk
doesn’t workNeither does
publica-ssai.com
doesn’t work - seems there is private key mismatchCan someone provide steps to get a bare minimum domain and key setup for validating this. Or am I missing something?
The text was updated successfully, but these errors were encountered: