iriusrisk / bdd-security

BDD Automated Security Tests for Web Applications
http://www.continuumsecurity.net/bdd-intro.html
GNU Affero General Public License v3.0
559 stars 178 forks source link

running with a self-signed cert #56

Closed Da5hes closed 5 years ago

Da5hes commented 7 years ago

Hi,

my website is running on a self-sign cert when executing bdd-sec the site i recive this error first: rg.openqa.selenium.WebDriverException: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection

after which i receive a timeout on each test in the login phase

how can i configure the framework to ignore the ssl cert check?