oboe.js icon indicating copy to clipboard operation
oboe.js copied to clipboard

Ignore Self Signed certificate error

Open wcoebergh opened this issue 8 years ago • 2 comments

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

wcoebergh avatar Dec 07 '17 13:12 wcoebergh

Which error?

DanielRuf avatar Jan 23 '18 23:01 DanielRuf

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.

DanielRuf avatar Jan 23 '18 23:01 DanielRuf