php - Can't add laravel/homestead box. "SSL certificate prob..". Windows -


i've installed laravel homestead on 2 other machines , never seen problem before. i've searched , searched, implemented plenty of suggested fixes , nothing working me.

i've installed virtual box , vagrant , i'm stuck @ first hurdle:

vagrant box add laravel/homestead 

returns following error:

ssl certificate error

i've installed curl.exe dll files find , certificate bundle file in path environment.

curl installed nothing try works. need certificate destination site?

other information might of use:

  • recently did clean install of windows 8.1 because new lenovo laptop came full of adaware
  • php installed through xampp
  • composer installed
  • latest version of virtual box , vagrant installed

any appreciated.


ok able circumnavigate problem manually downloading laravel/homestead virtual box , requiring it's download location following advice in comments here.

this allowed me install laravel , running never solved problem it's come bite me whenever try require composer.

runtimeexception

the main concern runtimeexception have come across exception before , solved removing semi-colon before ;extension=php_openssl.dll

similarly on matter advises me same, checking php.ini file in ~/xampp/php shows semi-colon not present , yet still runtimeexception.

i can assume curl warnings @ top have happening.

i'm going try reinstalling xampp, although i'm not optimistic.

uninstalling xampp , removing directory, reinstalling, seems have solved problem.

i no longer curl warnings curl added, believe, removed when xampp got uninstalled.

no idea why having ssl certificate problem in first place stated in original post, manually downloading vm got me around it.


Comments