This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Description
Hey, I have a skill that is based on ASK SDK for Java and I'm trying to interact with it using bst
.
The problem I'm facing is that all the requests are rejected with the following error Error: Invalid response: 400 Message: Missing signature/certificate for the provided skill request
.
I saw that in the documentation you're recommending to run Java skills with -DdisableRequestSignatureCheck=true
parameter, but I don't believe it applies to the ASK SDK (at least not it's current version).
Is there a way to work around this and make bst launch/intent/etc
work for the skill using this platform?