Ignore Self Signed certificate error
Hi,
Is there any way to disable the self signed certificate error in oboe? I am testing in node now, and bypassing it by using a local file. However, I want to incorporate it into our application (webpage) that requests data from an API, and the local development environments are using self signed certificates.
I could not find any option to disable it.
Regards
Which error?
However, I want to incorporate it into our application (webpage) that requests data from an API, and the local development environments are using self signed certificates.
That is a security feature of your browser. Self signed certs are not trusted by default.