Skip to content
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

[6.x] Pass ssl-no-verify option into latestVersion of ChromeDriver install #794

Merged
merged 4 commits into from
Jul 9, 2020

Conversation

GDIBass
Copy link
Contributor

@GDIBass GDIBass commented Jul 8, 2020

This pull request addresses #793 . The --ssl-no-verify option currently doesn't apply to the "latestVersion" call when installing the chrome driver. This causes a failure with ssl proxies which cause ssl verification issues.

The fix:

Build an ssl verification option and pass it into the file_get_contents call for latest version. Note: This has been tested on my local (with SSL verification on and off) and appears to work.

Tests:

I do not see any tests for this file in the repo. I can add tests, but I want to make sure it is necessary first. Please let me know if tests are needed for this issue.

Thank you,

Matt

@driesvints driesvints changed the title #793 - Pass ssl-no-verify option into latestVersion of ChromeDriver install [6.x] Pass ssl-no-verify option into latestVersion of ChromeDriver install Jul 9, 2020
@taylorotwell taylorotwell merged commit df6391c into laravel:6.x Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants