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