Shassain's avatar

php artisan dusk:install

php artisan dusk:install Dusk scaffolding installed successfully. Downloading ChromeDriver binaries...

ErrorException

failed loading cafile stream: `C:\xampp\apache\bin\curl-ca-bundle.crt'

at C:\xampp\htdocs\veracruz\vendor\laravel\dusk\src\Console\ChromeDriverCommand.php:179 175| ], 176| ]; 177| } 178|

179| return trim(file_get_contents($this->latestVersionUrl, false, stream_context_create($streamOptions))); 180| } 181| 182| /** 183| * Download the ChromeDriver archive.

1 C:\xampp\htdocs\veracruz\vendor\laravel\dusk\src\Console\ChromeDriverCommand.php:179 file_get_contents("https://chromedriver.storage.googleapis.com/LATEST_RELEASE")

2 C:\xampp\htdocs\veracruz\vendor\laravel\dusk\src\Console\ChromeDriverCommand.php:143 Laravel\Dusk\Console\ChromeDriverCommand::latestVersion()

0 likes
5 replies
bobbyiliev's avatar

I just had the same issue with PHP 8.0

Managed to fix it after upgrading to 8.1

tobyallen's avatar

For anyone who is still having this issue. Dusk now has a --ssl-no-verify option which does the same . Simply do

php artisan dusk:install --ssl-no-verify

1 like

Please or to participate in this conversation.