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

SSL #16

Open
MAXiDROME opened this issue Feb 10, 2022 · 1 comment
Open

SSL #16

MAXiDROME opened this issue Feb 10, 2022 · 1 comment

Comments

@MAXiDROME
Copy link

При использовании API получаю ответ:
URL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) Array

Написал в техподдержку, что у них что-то с сертификатом, они ответили:
Вам достаточно использовать:
CURLOPT_SSL_VERIFYHOST => false,
CURLOPT_SSL_VERIFYPEER => false

И вот вопрос: а как мне это сделать?

@EvilFreelancer
Copy link
Member

Привет! Вот в этом месте https://github.com/DrTeamRocks/uon/blob/master/src/Client.php#L142

Надо в массив $configs добавить вот ключ defaults:

$configs = array_merge($configs, ['defaults' => ['verify' => false]]);

Он отключит валидацию SSL.

Тут подробности https://docs.guzzlephp.org/en/5.3/clients.html#verify

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