Hi,
is there documentation about how to do an http post to an https site with a self signed certificate.
I always receive the error from livereload
[HPM] Error occurred while trying to proxy request ?_action=logout from localhost:3000 to https://login.dev.data.intra/auth/json/sessions (SELF_SIGNED_CERT_IN_CHAIN) (https://nodejs.org/api/errors.html#errors_common_system_errors)
I saved the self signed certificate in windows and it works with a GET but not with the POST.
do you know what should I do or where to find documentation about this issue.
By the way I posted on stack overflow some days ago but got no answer.
thanks
Hi,
is there documentation about how to do an http post to an https site with a self signed certificate.
I always receive the error from livereload
[HPM] Error occurred while trying to proxy request ?_action=logout from localhost:3000 to https://login.dev.data.intra/auth/json/sessions (SELF_SIGNED_CERT_IN_CHAIN) (https://nodejs.org/api/errors.html#errors_common_system_errors)I saved the self signed certificate in windows and it works with a GET but not with the POST.
do you know what should I do or where to find documentation about this issue.
By the way I posted on stack overflow some days ago but got no answer.
thanks