thomasesmith / php-vw-car-net

An unofficial PHP wrapper for the VW Car-Net API
12 stars 3 forks source link

Getting 500 Internal Service Error and Curl Error 60 #6

Open deep-daya opened 3 years ago

deep-daya commented 3 years ago

At first I got a cURL error 60: SSL certificate problem when the code tries to get the login form. So I changed the GuzzleHttp Client with 'verify' => false. image That seemed to fix the error. But now I keep getting a 500 Internal Service Error when I try to get the auth tokens image

Can you help me figure out why this is the case?