vimeo / laravel

A Vimeo bridge for Laravel
https://developer.vimeo.com
Apache License 2.0
399 stars 88 forks source link

Unable to complete request.[error setting certificate verify locations: CAfile... in windows #86

Open yeasirarafat-dev opened 3 years ago

yeasirarafat-dev commented 3 years ago

Hi!

I'm using your library for a website in development and I cannot upload videos from the local server. My OS is windows and I'm using laragon with Nginx local server I get this

Vimeo\Exceptions\VimeoRequestException
Unable to complete request. [error setting certificate verify locations: CAfile: A:\laragon\etc\ssl\cacert.pem CApath: none]

The error happens immediately when I use Vimeo::upload(). Any idea?

10