-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
acceptInsecureCerts capability is ignored #8261
Comments
👋 Hi there! Thank you for creating this issue. I am the Selenium Assistant Bot 🤖, I triage issues in this repository. If I can't do it, I label it to help maintainers identify issues that need triaging. I am an Open Source project 🙌, post bugs or ideas here! |
❗️ It seems this issue is not using any of the supported templates 💡 Supported issue types are (they start with):
Issue templates help this project to stay in shape, please use them and fill them out completely. By doing that you are helping the project because the community and maintainers can provide prompt feedback, and potentially solve the issue. If you are asking a question, a better way to address this is:
If you think this is incorrect, please feel free to open a new issue. Thank you for your contributions. |
"Thank you for your contributions." |
In future please don't delete the template and just follow the questions in the bug. |
Looks like d3666ae took care of the increased error rate. Declining to visit broken SSL sites seems closer to human browsing.
looking into this, Firefox is doing the right thing. If you start using the |
Apparently deprecated. SeleniumHQ/selenium#8261 (comment)
Thank you for looking into this, and for suggesting to stop using Since |
…mHQ#8261 Firefox is incredibly strict here so we need to make sure that we copy it across. When we can delete capabilities this can be removed.
Setting
acceptInsecureCerts
toFalse
is ignored by geckodriver. The same pattern works with ChromeDriver.We need to disable
acceptInsecureCerts
in order to better simulate an actual person's experience browsing the Web. (People are unlikely to go past insecure cert warnings.)In the following example, the
unhandledPromptBehavior
setting is respected, whileacceptInsecureCerts
remains set toTrue
.(The above code is from badger-sett/crawler.py)
I originally filed this as mozilla/geckodriver#1718.
System
The text was updated successfully, but these errors were encountered: