Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending Correct Signature still the request is being nack #5

Open
Shreetej opened this issue Feb 7, 2024 · 2 comments
Open

Sending Correct Signature still the request is being nack #5

Shreetej opened this issue Feb 7, 2024 · 2 comments

Comments

@Shreetej
Copy link

Shreetej commented Feb 7, 2024

Even when verify_sign=false in config.yaml. The server is trying to verify the Header Authorization and sending Nack with
{
"message": {
"ack": {
"status": "NACK"
}
},
"error": {
"code": "20001",
"path": "string",
"message": "Cannot verify signature for request"
}
}

For push_receiver_recon
input payload - {
"context":{
"bpp_uri":"https://gateway.cept.gov.in/ondc",
"bpp_id":"gateway.cept.gov.in"
}
}

@logeshthiru
Copy link

Hi @Shreetej, Did you check verify_sign=false in the rsf/rsf.yaml file?

@Shreetej
Copy link
Author

Shreetej commented Mar 15, 2024 via email

mofahsan pushed a commit to mofahsan/mock-server-utility that referenced this issue Oct 22, 2024
fix: generate and startup flow seperated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants