serverless-offline
serverless-offline copied to clipboard
Root certificate authority added in --httpsProtocol option.
I was working on this and trying to run the serverless-offline on SSL. The SSL certificates were working fine but I was getting this error.
Error: unable to verify the first certificate
The reason was, it was not including root ca from the certificates. I have resolved the issue and created this PR.
Thanks @mawais7. Can someone else validate the need for this PR?