I have recently run into problems using the .NET version of Selenium Webdriver to run tests against a website running in a test environment where the SSL certificate does not match the hostname it’s served from.
To make Firefox accept the SSL certificate while it is controlled by Selenium, I have tried using firefoxProfile.SetPreference("browser.ssl_override_behavior", 1) and firefoxProfile.AcceptUntrustedCertificates but have not been 开发者_Go百科successful.
Is there any other way I can resolve this problem?
Thanks in advance to anyone who can help,
Brett
the way we got around this was hacking local hosts file...
精彩评论