Hi,
I am trying to run follow on an https server. this server has a self signed certificate.
I get the error:
Error: self signed certificate] code: 'DEPTH_ZERO_SELF_SIGNED_CERT
I tried to apply ca: [server certificate file] but it didn't work!
I don't want a solution like accepting unauthorized certificate = true;
Hi, I am trying to run follow on an https server. this server has a self signed certificate. I get the error:
Error: self signed certificate] code: 'DEPTH_ZERO_SELF_SIGNED_CERT
I tried to apply ca: [server certificate file] but it didn't work! I don't want a solution like accepting unauthorized certificate = true;
how to solve this issue