-
Notifications
You must be signed in to change notification settings - Fork 9
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
5.3-005-update3 #28
Comments
Добрый вечер! Обновились с 5.3-002-update2 до 5.3-005-update3. Теперь при подключение в логах ошибка; "SSL connection failed (4), system errno <0>". В чем может быть проблема? |
Попробуйте в файле URFAClient.php заменить |
Пробовал. Та же ошибка. |
"SSL connection failed (4), system errno <0>". |
напишите в конфигурации 'protocol' => 'auto' |
Спасибо. То что нужно. Извиняюсь за свою невнимательность. |
После очередного обновления минорной версии php-7.2 в docker контейнере, опять появилось исключение при 'protocol' => 'auto' |
Стоит проверить версию OpenSSL в docker, подозреваю будет версия ниже 1.1 |
в phpinfo соответственно
|
@tshadrin проверил на очень похожих версиях, docker
$urfa = URFAClient::init([
'login' => 'init',
'password' => 'init',
'address' => '127.0.0.1',
'protocol' => 'auto',
'api' => __DIR__ . '/xml/api_53-005.xml',
]);
$result = $urfa->rpcf_liburfa_list();
print_r($result['size'][0]);
|
No description provided.
The text was updated successfully, but these errors were encountered: