No system CA bundle could be found in any of the the common system locations.
PHP versions earlier than 5.6 are not properly configured to use the system's
CA bundle by default. In order to verify peer certificates, you will need to
supply the path on disk to a certificate bundle to the 'verify' request
option: http://docs.guzzlephp.org/en/latest/clients.html#verify. If you do not
need a specific certificate bundle, then Mozilla provides a commonly used CA
bundle which can be downloaded here (provided by the maintainer of cURL):
https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt. Once
you have a CA bundle available on disk, you can set the 'openssl.cafile' PHP
ini setting to point to the path to the file, allowing you to omit the 'verify'
request option. See http://curl.haxx.se/docs/sslcerts.html for more
information.
S'il vous plaît, dites-moi, je n'ai jamais rencontré ce problème auparavant. Y a-t-il un problème avec mon certificat SSL ?
是不存在guzzle这个库能识别到的ssl证书吧...
我找了一下文档发现 http://docs.guzzlephp.org/en/latest/request-options.html#verify-option
/etc/pki/tls/certs/ca-bundle.crt
existe (Red Hat, CentOS, Fedora ; fourni par le package ca-certificates)🎜🎜 🎜🎜Vérifiez si/etc/ssl/certs/ca-certificates.crt
existe (Ubuntu, Debian ; fourni par le paquet ca-certificates)🎜🎜 🎜🎜Vérifiez si/usr/local/share/certs/ca-root-nss.crt
existe (FreeBSD ; fourni par le package ca_root_nss)🎜🎜 🎜🎜Vérifiez si/usr/local/etc/openssl/cert.pem
(OS X ; fourni par homebrew)🎜🎜 🎜🎜Vérifiez siC:windowssystem32curl-ca-bundle.crt
existe (Windows)🎜🎜 🎜🎜Vérifiez siC:windowscurl-ca-bundle.crt
existe (Windows)🎜🎜 🎜 🎜 🎜你按照上面设置好了...🎜