apache / apache/openwhisk-client-js
odd SSL error when passing large payloads
Open
- Dominant language
- JavaScript
- Stars
- 84
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
try calling `ow.packges.get({name:"foo", junk: "SOME VERY LARGE PAYLOAD"})`
if the payload is too big (in my case, 330k), you will get back an odd SSL error:
```
Error encountered calling OpenWhisk: Error: error:0906D06C:PEM routines:PEM_read_bio:no start line"
```
Contributor guide
Assessment
This issue has not been assessed yet.