Skip to content
Advertisement

Tag: selenium-grid

ChromeDriver ERR_SSL_PROTOCOL_ERROR despite –ignore-certificate-errors

I’m trying to run integration tests on a local host (with no HTTPS) using selenium with ChromeDriver. Chrome requires an https certificate, but from this question i understand that i can circumvent this using the arg –ignore-certificate-errors I have also added to my capabilities acceptInsecureCerts, as this seems like the appropriate course of action (docs) The response from the chromedriver

Advertisement