-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl error 60 #16
Comments
Cette erreur signifie que votre poste de travail n'arrive pas à se connecter en HTTPS sur une url. |
J'imagine qu'il faut installer un certificat SSL sous Wamp, comme indiqué ici : http://stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate Ou plus généralement : https://www.google.fr/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=install+ssl+certificate+wamp+windows+curl J'ai contourné le problème en testant directement depuis le serveur OVH et forcément, ça passe :p |
CURLOPT_SSL_VERIFYPEER => false |
Bonjour, J'ai également rencontré cette erreur mais j'ai finalement pu trouver une solution à ce problème. Je développe sur un serveur XAMPP et voici les manipulations à réaliser :
Cette technique a fonctionné pour moi instantanément, quand d'autres propositions de solutions plus longue se sont montrées infructueuses. Vous trouverez plus d'informations sur les certificats pem à cette adresse : https://curl.haxx.se/docs/caextract.html |
Bonjour
comment faire pour tester cette api en local avec wamp sans se manger cette erreur.
Merci bien
The text was updated successfully, but these errors were encountered: