Skip to content
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

RequestExceptioncURL error 60: SSL certificate problem: #7

Closed
mangnel opened this issue Oct 14, 2017 · 2 comments
Closed

RequestExceptioncURL error 60: SSL certificate problem: #7

mangnel opened this issue Oct 14, 2017 · 2 comments

Comments

@mangnel
Copy link

mangnel commented Oct 14, 2017

(1/1) RequestExceptioncURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

in CurlFactory.php (line 187)
at CurlFactory::createRejection(object(EasyHandle), array('errno' => 60, 'error' => 'SSL certificate problem: unable to get local issuer certificate', 'url' => 'https://openapi.youdao.com/api?from=zh-CHS&to=EN&sign=4d0db5c10d8a618f72dc761ffe1c29d3&appKey=***&salt=f95c4b9205ed5f2e34dbd73fd0db5886&q=%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85+Laravel', 'content_type' => null, 'http_code' => 0, 'header_size' => 0, 'request_size' => 0, 'filetime' => -1, 'ssl_verify_result' => 1, 'redirect_count' => 0, 'total_time' => 0.094, 'namelookup_time' => 0.016, 'connect_time' => 0.047, 'pretransfer_time' => 0.0, 'size_upload' => 0.0, 'size_download' => 0.0, 'speed_download' => 0.0, 'speed_upload' => 0.0, 'download_content_length' => -1.0, 'upload_content_length' => -1.0, 'starttransfer_time' => 0.0, 'redirect_time' => 0.0, 'redirect_url' => '', 'primary_ip' => '220.181.76.82', 'certinfo' => array(), 'primary_port' => 443, 'local_ip' => '192.168.3.111', 'local_port' => 58532))in CurlFactory.php (line 150)
at CurlFactory::finishError(object(CurlHandler), object(EasyHandle), object(CurlFactory))in CurlFactory.php (line 103)
at CurlFactory::finish(object(CurlHandler), object(EasyHandle), object(CurlFactory))in CurlHandler.php (line 43)

安装了JellyBool/translug,在控制器中使用此包时,报错

@mangnel
Copy link
Author

mangnel commented Oct 14, 2017

edit the following file in vendor/guzzlehttp/guzzle/src/Client.php

    $defaults = [
        'allow_redirects' => RedirectMiddleware::$defaultSettings,
        'http_errors'     => true,
        'decode_content'  => true,
        'verify'          => true,   //  将此处的值修改为 false
        'cookies'         => false
    ];

@JellyBool
Copy link
Owner

这个基本上就是环境的问题引起的,SSL 的配置,比如你的系统中 openssl 的问题等。

虽然改 guzzle 的源码可以解决问题,但是这个做法并不是推荐的做法。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants