HTTP.post from client using self signed certificate?

I need to make a HTTP Post request (using https) from the client to a server that uses a self signed certificate.
I need to specify rejectUnauthorized: false, but it seems request options are only supported server side.

How can I tell the client HTTP library to allow a self signed certificate?

Hi @jesperwe Do you find any solution for this?