Scrape sites with invalid SSL certificates

Some sites might have self generated SSL certificates. To scrape them you will need to launch chrome with additional parameter.

Windows:
Create chrome shortcut and add --ignore-certificate-errors parameter.

osx, Linux:
Launch chrome from terminal:

chrome --ignore-certificate-errors
1 Like