Steveorevo / node-red-contrib-nbrowser

Provides a virtual web browser (a.k.a. "headless browser") appearing as a node.
34 stars 13 forks source link

Self signed certificate work around. #4

Closed nprowler closed 6 years ago

nprowler commented 6 years ago

Attempt to access a self-signed certificate website, the Electron browser passes back a details: "ERR_INSECURE_RESPONSE" error and hangs.

Steve's workaround solves this problem.

edit nbrowser.js Line 33:

              } to                   },                    switches: {                      ‘ignore-certificate-errors’: true                    }

Steveorevo commented 6 years ago

Updated in version 1.1.0. At the bottom of the settings panel is a new option to ignore ssl certificate errors.