Closed Replica- closed 7 years ago
Running sls encrypt -n XXXX_PASSWD -v 1234567 -k 9999-9999-9999-9999 Always results in Serverless: UnknownError: 413
Alternatively, running sls encrypt -n XXXX_PASSWD -v a1234567 -k 9999-9999-9999-9999 Results in success
Unfortunately, my XXXX_PASSWD is all Numeric characters. I would hazard a guess here - at some point the value is being interpreted as Number and not a String value.
Just noticed deprecated. Posted in wrong area
Running sls encrypt -n XXXX_PASSWD -v 1234567 -k 9999-9999-9999-9999 Always results in Serverless: UnknownError: 413
Alternatively, running sls encrypt -n XXXX_PASSWD -v a1234567 -k 9999-9999-9999-9999 Results in success
Unfortunately, my XXXX_PASSWD is all Numeric characters. I would hazard a guess here - at some point the value is being interpreted as Number and not a String value.