Blog

  • 2024
  • 2023
  • 2022
  • 2021
  • 2020
  • 2019
  • 2018
  • 2017
  • 2016
  • 2015
  • 2014
  • 2013
  • 2012

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image AddedAs a casual Google Chrome user it took me quite a time today to get the browser ignore my SSL verification problem. Finally I found the solution on the Internet.

Launch Chrome with this command-line argument:

...

 

Code Block
--ignore-certificate-errors

...

Source: How to get over with SSL Cert verification on Google Chrome

I hope this helps others to find the solution to this problem faster than I did today.

 

...

 

Quote External
authorBraian
source-dateJuly 10, 2013 at 7:22 pm

Thanks Very thanks!!! Some problem! Solved!

Quote External
authorsmkerr2013
author-urihttp://gravatar.com/smkerr2013
source-dateOctober 16, 2013 at 7:20 pm

how do you do it? not everyone using the internet is a computer engineer 

Quote External
authorRobert
author-urihttps://www.smartics.eu/confluence/display/HOMESPACE/Robert+Reiner
source-dateOctober 16, 2013 at 8:34 pm

I’m sorry, but this blog addresses computer engineers.

...

This tip is for those who want to launch Chrome from the command shell (non-developers usually won’t do this).

If you want to give it a try: Open a command shell (also known as: console, terminal, anything that gives you a prompt), find the chrome executable (e.g. on windows C:\Program Files (x86)\Google\Chrome\Application\chrome.exe) and type

“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” –ignore-certificate-errors

The icon you may click or double click to start Chrome usually also allows to add command line arguments. It depends on your operating system how to do this.

Hope this helps (at least to give you a few search terms Image Added ).