alaouy / YouTube

🔥 Laravel PHP Facade/Wrapper for the Youtube Data API
MIT License
782 stars 204 forks source link

I Have Curl Error #111

Closed m-farah closed 6 years ago

m-farah commented 6 years ago

when I trying to print anything from this package I'm getting this error: Curl Error: SSL certificate problem: unable to get local issuer certificate I'm tried to solve this by many solutions but still getting the same error

alaouy commented 6 years ago

@m-farah This is a common issue if you are on Windows, you will find the solution here #5

m-farah commented 6 years ago

I am using wamp server on windows, And I tried that solution but I still get the same Error

alaouy commented 6 years ago

As this is not a package issue, you can double check with this https://stackoverflow.com/questions/28858351/php-ssl-certificate-error-unable-to-get-local-issuer-certificate

m-farah commented 6 years ago

I Also Tried that before posting here but nothing changed

alaouy commented 6 years ago

My recommendation is to use a linux machine instead or uninstall wamp and start from the begining with a clean slate.

m-farah commented 6 years ago

thanks, I fixed it by using Xampp server