5

I want to run chrome with --headless option on my Ubuntu 16.04.1 LTS pc, I use https protocol. This is the command:

$ /usr/bin/google-chrome-stable --allow-running-insecure-content --ignore-certificate-errors --disable-gpu --headless https://<APP_IP>

And this is the response:

[0718/105254.243715:ERROR:cert_verify_proc_nss.cc(923)] CERT_PKIXVerifyCert for <APP_IP> failed err=-8172

Info: I use Google Chrome 59.0.3071.115

Could you give me any advice to bypass certicate errors?

Thakns in advance

Aron
  • 1,142
  • 1
  • 14
  • 26

1 Answers1

0

There are no plans from the Chrome team to support --ignore-certificate-errors.

Source: https://groups.google.com/a/chromium.org/forum/#!topic/headless-dev/eiudRsYdc3A

rogeriopvl
  • 51,659
  • 8
  • 55
  • 58