AscentialTest Support Hub

Notifications

Clear all

How to fix the Chrome browser message, “Your connection is not private” (https)



1

Posts


1

Users


0

Reactions


20

Views

(@mikeincolo)
Active Member

Joined: 9 years ago
Posts: 5

Topic starter
 

You can fix certificate errors that are thrown from the Google Chrome browser by editing the Agent_Web_Chrome.z file located in the Zeenyx AscentialTest install path, C:Program Files (x86)ZeenyxAscentialTestLibrariesStandard (use File > Open within AscentialTest).

Open the file Agent_Web_Chrome.z and remove the comments in front of the switch for the sCmdLine declaration and save the file. (Note that you may want to create a backup copy before the edit to be safe.)
[-] void Start ()
[ ] String sCmdLine = ‘”‘ + GetAppPath() //+ ‘” –ignore-certificate-errors’
[ ] base.Start (sCmdLine, null, 60.0)

Edited File:
[-] void Start ()
[ ] String sCmdLine = ‘”‘ + GetAppPath() + ‘” –ignore-certificate-errors’
[ ] base.Start (sCmdLine, null, 60.0)



   

Quote

Share:

Can’t Find An Answer in the Forum?

Contact Our Team