FbF / Laravel-Youtube

A Laravel package to upload videos to a YouTube channel
MIT License
93 stars 31 forks source link

Curl Error : SSL certificate problem: unable to get local issuer certificate #27

Open flozero opened 8 years ago

flozero commented 8 years ago

hello ! thank for your work !

i have somes problems ....

i do all u did.

update the composer "require": { "php": ">=5.5.9", "laravel/framework": "5.2.*", "alaouy/youtube": "dev-master"

and composer update after

'providers' => [

    /*
     * Laravel Framework Service Providers...
     */
    Illuminate\Auth\AuthServiceProvider::class,
    Illuminate\Broadcasting\BroadcastServiceProvider::class,
    Illuminate\Bus\BusServiceProvider::class,
    Illuminate\Cache\CacheServiceProvider::class,
    Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
    Illuminate\Cookie\CookieServiceProvider::class,
    Illuminate\Database\DatabaseServiceProvider::class,
    Illuminate\Encryption\EncryptionServiceProvider::class,
    Illuminate\Filesystem\FilesystemServiceProvider::class,
    Illuminate\Foundation\Providers\FoundationServiceProvider::class,
    Illuminate\Hashing\HashServiceProvider::class,
    Illuminate\Mail\MailServiceProvider::class,
    Illuminate\Pagination\PaginationServiceProvider::class,
    Illuminate\Pipeline\PipelineServiceProvider::class,
    Illuminate\Queue\QueueServiceProvider::class,
    Illuminate\Redis\RedisServiceProvider::class,
    Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,
    Illuminate\Session\SessionServiceProvider::class,
    Illuminate\Translation\TranslationServiceProvider::class,
    Illuminate\Validation\ValidationServiceProvider::class,
    Illuminate\View\ViewServiceProvider::class,
    Alaouy\Youtube\YoutubeServiceProvider::class,

add the provider

php artisan vendor:publish and set the key i had.

and now :

i have this error Curl Error : SSL certificate problem: unable to get local issuer certificate

i am developping on WAMP in localhost

flozero commented 8 years ago

i found how to resolve my issue changing wamp for xamp and follow a tuto to add a new certifcate and working for me