liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
622 stars 66 forks source link

Provide an option to disable SSL certificate check #15

Closed krtek4 closed 8 years ago

krtek4 commented 8 years ago

Currently, we disable SSL certificate checking by default.

We should provide an option to let the user choose what he wants to do.

Also, there's is currently no errors shown when the SSL certificate is rejected, we should print an error in this case.

Hywan commented 8 years ago

Controlling PhantomJS requires several options. Yup, we must do it.