openwhisk-client-js
openwhisk-client-js copied to clipboard
odd SSL error when passing large payloads
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"
@starpit is still a problem? Why are you passing large data on a get?
Maybe a different use case a post (50mb) or put (1mb)?