-
Notifications
You must be signed in to change notification settings - Fork 281
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
Verify=False is not propogated to bypass ssl verification #386
Comments
It's a guess or this solution is confirmed? |
Has the Works on my Machine™ star of approval. :) Tested on Ubuntu latest The "guess" is what was intended: potentially more attributes need to be copied and some other step got missed during a refactoring? Presumably verfiy=False worked at some point? |
Anything more needed from me? I submitted a PR |
This was also happening to me with the fix in the PR fixed the issue of ssl verification not being skipped with verify=False |
Version: 7.0 (Python 3.10.12 on linux)
ref this https://forum.robotframework.org/t/how-to-make-requests-library-ignore-ssl-errors/6790/8
in _common_request() function
My guess this is missing
The text was updated successfully, but these errors were encountered: