New issue
Advanced search Search tips

Issue 746213 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 697721
Owner: ----
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 705916



Sign in to add a comment

chrome headless bypass certification on terminal

Reported by aronherr...@gmail.com, Jul 19 2017

Issue description

Chrome Version       : Google Chrome 59.0.3071.115
What steps will reproduce the problem?
$ /usr/bin/google-chrome-stable --allow-running-insecure-content --ignore-certificate-errors --disable-gpu --headless https://<APP_IP>

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

What is the expected result?
that the command runs without certificate errors.

Could you confirm to me if "--ignore-certificate-errors" is supported on --headless mode ?

Thanks in advance

 
Components: -Blink Internals>Network>Certificate
Components: Internals>Headless

Comment 3 Deleted

Comment 4 Deleted

Mergedinto: 697721
Status: Duplicate (was: Unconfirmed)
Last we checked, security folks wanted to remove this command line flag. You can handle certificate errors via devtools instead.

Sign in to add a comment